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 AwsOpenSearchServiceDomainLogPublishingOptionsDetails = AwsOpenSearchServiceDomainLogPublishingOptionsDetails' {}
- newAwsOpenSearchServiceDomainLogPublishingOptionsDetails :: AwsOpenSearchServiceDomainLogPublishingOptionsDetails
- awsOpenSearchServiceDomainLogPublishingOptionsDetails_indexSlowLogs :: Lens' AwsOpenSearchServiceDomainLogPublishingOptionsDetails (Maybe AwsOpenSearchServiceDomainLogPublishingOption)
- awsOpenSearchServiceDomainLogPublishingOptionsDetails_searchSlowLogs :: Lens' AwsOpenSearchServiceDomainLogPublishingOptionsDetails (Maybe AwsOpenSearchServiceDomainLogPublishingOption)
- awsOpenSearchServiceDomainLogPublishingOptionsDetails_auditLogs :: Lens' AwsOpenSearchServiceDomainLogPublishingOptionsDetails (Maybe AwsOpenSearchServiceDomainLogPublishingOption)
Documentation
data AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source #
Configures the CloudWatch Logs to publish for the OpenSearch domain.
See: newAwsOpenSearchServiceDomainLogPublishingOptionsDetails
smart constructor.
AwsOpenSearchServiceDomainLogPublishingOptionsDetails' | |
|
Instances
newAwsOpenSearchServiceDomainLogPublishingOptionsDetails :: AwsOpenSearchServiceDomainLogPublishingOptionsDetails Source #
Create a value of AwsOpenSearchServiceDomainLogPublishingOptionsDetails
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:AwsOpenSearchServiceDomainLogPublishingOptionsDetails'
, awsOpenSearchServiceDomainLogPublishingOptionsDetails_indexSlowLogs
- Configures the OpenSearch index logs publishing.
$sel:searchSlowLogs:AwsOpenSearchServiceDomainLogPublishingOptionsDetails'
, awsOpenSearchServiceDomainLogPublishingOptionsDetails_searchSlowLogs
- Configures the OpenSearch search slow log publishing.
$sel:auditLogs:AwsOpenSearchServiceDomainLogPublishingOptionsDetails'
, awsOpenSearchServiceDomainLogPublishingOptionsDetails_auditLogs
- Configures the OpenSearch audit logs publishing.
awsOpenSearchServiceDomainLogPublishingOptionsDetails_indexSlowLogs :: Lens' AwsOpenSearchServiceDomainLogPublishingOptionsDetails (Maybe AwsOpenSearchServiceDomainLogPublishingOption) Source #
Configures the OpenSearch index logs publishing.
awsOpenSearchServiceDomainLogPublishingOptionsDetails_searchSlowLogs :: Lens' AwsOpenSearchServiceDomainLogPublishingOptionsDetails (Maybe AwsOpenSearchServiceDomainLogPublishingOption) Source #
Configures the OpenSearch search slow log publishing.
awsOpenSearchServiceDomainLogPublishingOptionsDetails_auditLogs :: Lens' AwsOpenSearchServiceDomainLogPublishingOptionsDetails (Maybe AwsOpenSearchServiceDomainLogPublishingOption) Source #
Configures the OpenSearch audit logs publishing.