Class ElasticsearchDomainCognitoOptionsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.954Z")
    @Stability(Stable)
    public class ElasticsearchDomainCognitoOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ElasticsearchDomainCognitoOptionsOutputReference

        protected ElasticsearchDomainCognitoOptionsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ElasticsearchDomainCognitoOptionsOutputReference

        protected ElasticsearchDomainCognitoOptionsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ElasticsearchDomainCognitoOptionsOutputReference

        @Stability(Stable)
        public ElasticsearchDomainCognitoOptionsOutputReference​(@NotNull
                                                                com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                @NotNull
                                                                String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getIdentityPoolIdInput

        @Stability(Stable)
        @Nullable
        public String getIdentityPoolIdInput()
      • getRoleArnInput

        @Stability(Stable)
        @Nullable
        public String getRoleArnInput()
      • getUserPoolIdInput

        @Stability(Stable)
        @Nullable
        public String getUserPoolIdInput()
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)
      • getIdentityPoolId

        @Stability(Stable)
        @NotNull
        public String getIdentityPoolId()
      • setIdentityPoolId

        @Stability(Stable)
        public void setIdentityPoolId​(@NotNull
                                      String value)
      • getRoleArn

        @Stability(Stable)
        @NotNull
        public String getRoleArn()
      • setRoleArn

        @Stability(Stable)
        public void setRoleArn​(@NotNull
                               String value)
      • getUserPoolId

        @Stability(Stable)
        @NotNull
        public String getUserPoolId()
      • setUserPoolId

        @Stability(Stable)
        public void setUserPoolId​(@NotNull
                                  String value)