| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsOpenSearchServiceDomainLogPublishingOption.Builder |
AwsOpenSearchServiceDomainLogPublishingOption.builder() |
AwsOpenSearchServiceDomainLogPublishingOption.Builder |
AwsOpenSearchServiceDomainLogPublishingOption.Builder.cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The ARN of the CloudWatch Logs group to publish the logs to.
|
AwsOpenSearchServiceDomainLogPublishingOption.Builder |
AwsOpenSearchServiceDomainLogPublishingOption.Builder.enabled(Boolean enabled)
Whether the log publishing is enabled.
|
AwsOpenSearchServiceDomainLogPublishingOption.Builder |
AwsOpenSearchServiceDomainLogPublishingOption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsOpenSearchServiceDomainLogPublishingOption.Builder> |
AwsOpenSearchServiceDomainLogPublishingOption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder |
AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder.auditLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> auditLogs)
Configures the OpenSearch audit logs publishing.
|
default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder |
AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder.indexSlowLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> indexSlowLogs)
Configures the OpenSearch index logs publishing.
|
default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder |
AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder.searchSlowLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> searchSlowLogs)
Configures the OpenSearch search slow log publishing.
|
Copyright © 2023. All rights reserved.