| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.Types.LogPublishingOption
Description
Documentation
data LogPublishingOption Source #
Log Publishing option that is set for given domain. Attributes and their details:
- CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.
- Enabled: Whether the log publishing for given log type is enabled or not
See: newLogPublishingOption smart constructor.
Constructors
| LogPublishingOption' | |
Instances
newLogPublishingOption :: LogPublishingOption Source #
Create a value of LogPublishingOption with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cloudWatchLogsLogGroupArn:LogPublishingOption', logPublishingOption_cloudWatchLogsLogGroupArn - Undocumented member.
$sel:enabled:LogPublishingOption', logPublishingOption_enabled - Specifies whether given log publishing option is enabled or not.
logPublishingOption_cloudWatchLogsLogGroupArn :: Lens' LogPublishingOption (Maybe Text) Source #
Undocumented member.
logPublishingOption_enabled :: Lens' LogPublishingOption (Maybe Bool) Source #
Specifies whether given log publishing option is enabled or not.