Interface ElasticsearchDomainLogPublishingOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElasticsearchDomainLogPublishingOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.956Z") @Stability(Stable) public interface ElasticsearchDomainLogPublishingOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElasticsearchDomainLogPublishingOptions.BuilderA builder forElasticsearchDomainLogPublishingOptionsstatic classElasticsearchDomainLogPublishingOptions.Jsii$ProxyAn implementation forElasticsearchDomainLogPublishingOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ElasticsearchDomainLogPublishingOptions.Builderbuilder()StringgetCloudwatchLogGroupArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#cloudwatch_log_group_arn ElasticsearchDomain#cloudwatch_log_group_arn}.default ObjectgetEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enabled ElasticsearchDomain#enabled}.StringgetLogType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#log_type ElasticsearchDomain#log_type}.
-
-
-
Method Detail
-
getCloudwatchLogGroupArn
@Stability(Stable) @NotNull String getCloudwatchLogGroupArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#cloudwatch_log_group_arn ElasticsearchDomain#cloudwatch_log_group_arn}.
-
getLogType
@Stability(Stable) @NotNull String getLogType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#log_type ElasticsearchDomain#log_type}.
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enabled ElasticsearchDomain#enabled}.
-
builder
@Stability(Stable) static ElasticsearchDomainLogPublishingOptions.Builder builder()
-
-