| 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 |
Amazonka.SecurityHub.Types.AwsElasticsearchDomainLogPublishingOptionsLogConfig
Description
Synopsis
- data AwsElasticsearchDomainLogPublishingOptionsLogConfig = AwsElasticsearchDomainLogPublishingOptionsLogConfig' {}
- newAwsElasticsearchDomainLogPublishingOptionsLogConfig :: AwsElasticsearchDomainLogPublishingOptionsLogConfig
- awsElasticsearchDomainLogPublishingOptionsLogConfig_enabled :: Lens' AwsElasticsearchDomainLogPublishingOptionsLogConfig (Maybe Bool)
- awsElasticsearchDomainLogPublishingOptionsLogConfig_cloudWatchLogsLogGroupArn :: Lens' AwsElasticsearchDomainLogPublishingOptionsLogConfig (Maybe Text)
Documentation
data AwsElasticsearchDomainLogPublishingOptionsLogConfig Source #
The log configuration.
See: newAwsElasticsearchDomainLogPublishingOptionsLogConfig smart constructor.
Instances
newAwsElasticsearchDomainLogPublishingOptionsLogConfig :: AwsElasticsearchDomainLogPublishingOptionsLogConfig Source #
Create a value of AwsElasticsearchDomainLogPublishingOptionsLogConfig 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:AwsElasticsearchDomainLogPublishingOptionsLogConfig', awsElasticsearchDomainLogPublishingOptionsLogConfig_enabled - Whether the log publishing is enabled.
$sel:cloudWatchLogsLogGroupArn:AwsElasticsearchDomainLogPublishingOptionsLogConfig', awsElasticsearchDomainLogPublishingOptionsLogConfig_cloudWatchLogsLogGroupArn - The ARN of the CloudWatch Logs group to publish the logs to.
awsElasticsearchDomainLogPublishingOptionsLogConfig_enabled :: Lens' AwsElasticsearchDomainLogPublishingOptionsLogConfig (Maybe Bool) Source #
Whether the log publishing is enabled.
awsElasticsearchDomainLogPublishingOptionsLogConfig_cloudWatchLogsLogGroupArn :: Lens' AwsElasticsearchDomainLogPublishingOptionsLogConfig (Maybe Text) Source #
The ARN of the CloudWatch Logs group to publish the logs to.