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 AwsElasticsearchDomainLogPublishingOptions = AwsElasticsearchDomainLogPublishingOptions' {}
- newAwsElasticsearchDomainLogPublishingOptions :: AwsElasticsearchDomainLogPublishingOptions
- awsElasticsearchDomainLogPublishingOptions_indexSlowLogs :: Lens' AwsElasticsearchDomainLogPublishingOptions (Maybe AwsElasticsearchDomainLogPublishingOptionsLogConfig)
- awsElasticsearchDomainLogPublishingOptions_searchSlowLogs :: Lens' AwsElasticsearchDomainLogPublishingOptions (Maybe AwsElasticsearchDomainLogPublishingOptionsLogConfig)
- awsElasticsearchDomainLogPublishingOptions_auditLogs :: Lens' AwsElasticsearchDomainLogPublishingOptions (Maybe AwsElasticsearchDomainLogPublishingOptionsLogConfig)
Documentation
data AwsElasticsearchDomainLogPublishingOptions Source #
configures the CloudWatch Logs to publish for the Elasticsearch domain.
See: newAwsElasticsearchDomainLogPublishingOptions
smart constructor.
AwsElasticsearchDomainLogPublishingOptions' | |
|
Instances
newAwsElasticsearchDomainLogPublishingOptions :: AwsElasticsearchDomainLogPublishingOptions Source #
Create a value of AwsElasticsearchDomainLogPublishingOptions
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:indexSlowLogs:AwsElasticsearchDomainLogPublishingOptions'
, awsElasticsearchDomainLogPublishingOptions_indexSlowLogs
- Configures the OpenSearch index logs publishing.
$sel:searchSlowLogs:AwsElasticsearchDomainLogPublishingOptions'
, awsElasticsearchDomainLogPublishingOptions_searchSlowLogs
- Configures the OpenSearch search slow log publishing.
$sel:auditLogs:AwsElasticsearchDomainLogPublishingOptions'
, awsElasticsearchDomainLogPublishingOptions_auditLogs
- Undocumented member.
awsElasticsearchDomainLogPublishingOptions_indexSlowLogs :: Lens' AwsElasticsearchDomainLogPublishingOptions (Maybe AwsElasticsearchDomainLogPublishingOptionsLogConfig) Source #
Configures the OpenSearch index logs publishing.
awsElasticsearchDomainLogPublishingOptions_searchSlowLogs :: Lens' AwsElasticsearchDomainLogPublishingOptions (Maybe AwsElasticsearchDomainLogPublishingOptionsLogConfig) Source #
Configures the OpenSearch search slow log publishing.