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 |
Synopsis
- data AwsOpenSearchServiceDomainLogPublishingOption = AwsOpenSearchServiceDomainLogPublishingOption' {}
- newAwsOpenSearchServiceDomainLogPublishingOption :: AwsOpenSearchServiceDomainLogPublishingOption
- awsOpenSearchServiceDomainLogPublishingOption_enabled :: Lens' AwsOpenSearchServiceDomainLogPublishingOption (Maybe Bool)
- awsOpenSearchServiceDomainLogPublishingOption_cloudWatchLogsLogGroupArn :: Lens' AwsOpenSearchServiceDomainLogPublishingOption (Maybe Text)
Documentation
data AwsOpenSearchServiceDomainLogPublishingOption Source #
Configuration details for a log publishing option.
See: newAwsOpenSearchServiceDomainLogPublishingOption
smart constructor.
Instances
newAwsOpenSearchServiceDomainLogPublishingOption :: AwsOpenSearchServiceDomainLogPublishingOption Source #
Create a value of AwsOpenSearchServiceDomainLogPublishingOption
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:AwsOpenSearchServiceDomainLogPublishingOption'
, awsOpenSearchServiceDomainLogPublishingOption_enabled
- Whether the log publishing is enabled.
$sel:cloudWatchLogsLogGroupArn:AwsOpenSearchServiceDomainLogPublishingOption'
, awsOpenSearchServiceDomainLogPublishingOption_cloudWatchLogsLogGroupArn
- The ARN of the CloudWatch Logs group to publish the logs to.
awsOpenSearchServiceDomainLogPublishingOption_enabled :: Lens' AwsOpenSearchServiceDomainLogPublishingOption (Maybe Bool) Source #
Whether the log publishing is enabled.
awsOpenSearchServiceDomainLogPublishingOption_cloudWatchLogsLogGroupArn :: Lens' AwsOpenSearchServiceDomainLogPublishingOption (Maybe Text) Source #
The ARN of the CloudWatch Logs group to publish the logs to.