Interface ElasticsearchDomainCognitoOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ElasticsearchDomainCognitoOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.954Z")
    @Stability(Stable)
    public interface ElasticsearchDomainCognitoOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getIdentityPoolId

        @Stability(Stable)
        @NotNull
        String getIdentityPoolId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#identity_pool_id ElasticsearchDomain#identity_pool_id}.
      • getRoleArn

        @Stability(Stable)
        @NotNull
        String getRoleArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#role_arn ElasticsearchDomain#role_arn}.
      • getUserPoolId

        @Stability(Stable)
        @NotNull
        String getUserPoolId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#user_pool_id ElasticsearchDomain#user_pool_id}.
      • 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}.