Uses of Interface
com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainLogPublishingOptions
-
Packages that use ElasticsearchDomainLogPublishingOptions Package Description com.hashicorp.cdktf.providers.aws.elasticsearch_domain aws_elasticsearch_domain -
-
Uses of ElasticsearchDomainLogPublishingOptions in com.hashicorp.cdktf.providers.aws.elasticsearch_domain
Classes in com.hashicorp.cdktf.providers.aws.elasticsearch_domain that implement ElasticsearchDomainLogPublishingOptions Modifier and Type Class Description static classElasticsearchDomainLogPublishingOptions.Jsii$ProxyAn implementation forElasticsearchDomainLogPublishingOptionsMethods in com.hashicorp.cdktf.providers.aws.elasticsearch_domain that return ElasticsearchDomainLogPublishingOptions Modifier and Type Method Description ElasticsearchDomainLogPublishingOptionsElasticsearchDomainLogPublishingOptions.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.elasticsearch_domain with parameters of type ElasticsearchDomainLogPublishingOptions Modifier and Type Method Description voidElasticsearchDomainLogPublishingOptionsOutputReference. setInternalValue(ElasticsearchDomainLogPublishingOptions value)Method parameters in com.hashicorp.cdktf.providers.aws.elasticsearch_domain with type arguments of type ElasticsearchDomainLogPublishingOptions Modifier and Type Method Description ElasticsearchDomain.BuilderElasticsearchDomain.Builder. logPublishingOptions(List<? extends ElasticsearchDomainLogPublishingOptions> logPublishingOptions)log_publishing_options block.ElasticsearchDomainConfig.BuilderElasticsearchDomainConfig.Builder. logPublishingOptions(List<? extends ElasticsearchDomainLogPublishingOptions> logPublishingOptions)Sets the value ofElasticsearchDomainConfig.getLogPublishingOptions()voidElasticsearchDomainLogPublishingOptionsList. setInternalValue(List<ElasticsearchDomainLogPublishingOptions> value)
-