public static interface AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder,AwsElasticsearchDomainLogPublishingOptionsLogConfig>
| Modifier and Type | Method and Description |
|---|---|
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder |
cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The ARN of the CloudWatch Logs group to publish the logs to.
|
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder |
enabled(Boolean enabled)
Whether the log publishing is enabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The ARN of the CloudWatch Logs group to publish the logs to.
cloudWatchLogsLogGroupArn - The ARN of the CloudWatch Logs group to publish the logs to.AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder enabled(Boolean enabled)
Whether the log publishing is enabled.
enabled - Whether the log publishing is enabled.Copyright © 2023. All rights reserved.