Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LogPublishingOption Source #
Log Publishing option that is set for a given domain. Attributes and their details:
- CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to publish logs to.
- Enabled: Whether the log publishing for a given log type is enabled or not.
See: newLogPublishingOption
smart constructor.
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:enabled:LogPublishingOption'
, logPublishingOption_enabled
- Whether the given log publishing option is enabled or not.
$sel:cloudWatchLogsLogGroupArn:LogPublishingOption'
, logPublishingOption_cloudWatchLogsLogGroupArn
- Undocumented member.
logPublishingOption_enabled :: Lens' LogPublishingOption (Maybe Bool) Source #
Whether the given log publishing option is enabled or not.
logPublishingOption_cloudWatchLogsLogGroupArn :: Lens' LogPublishingOption (Maybe Text) Source #
Undocumented member.