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
    • 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}.