Class CognitoUser

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.131Z")
    @Stability(Stable)
    public class CognitoUser
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_user aws_cognito_user}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • CognitoUser

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

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

        @Stability(Stable)
        public CognitoUser​(@NotNull
                           software.constructs.Construct scope,
                           @NotNull
                           String id,
                           @NotNull
                           CognitoUserConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_user aws_cognito_user} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • resetAttributes

        @Stability(Stable)
        public void resetAttributes()
      • resetClientMetadata

        @Stability(Stable)
        public void resetClientMetadata()
      • resetDesiredDeliveryMediums

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

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

        @Stability(Stable)
        public void resetForceAliasCreation()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetMessageAction

        @Stability(Stable)
        public void resetMessageAction()
      • resetPassword

        @Stability(Stable)
        public void resetPassword()
      • resetTemporaryPassword

        @Stability(Stable)
        public void resetTemporaryPassword()
      • resetValidationData

        @Stability(Stable)
        public void resetValidationData()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • getCreationDate

        @Stability(Stable)
        @NotNull
        public String getCreationDate()
      • getLastModifiedDate

        @Stability(Stable)
        @NotNull
        public String getLastModifiedDate()
      • getMfaSettingList

        @Stability(Stable)
        @NotNull
        public List<String> getMfaSettingList()
      • getPreferredMfaSetting

        @Stability(Stable)
        @NotNull
        public String getPreferredMfaSetting()
      • getStatus

        @Stability(Stable)
        @NotNull
        public String getStatus()
      • getSub

        @Stability(Stable)
        @NotNull
        public String getSub()
      • getAttributesInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getAttributesInput()
      • getClientMetadataInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getClientMetadataInput()
      • getDesiredDeliveryMediumsInput

        @Stability(Stable)
        @Nullable
        public List<String> getDesiredDeliveryMediumsInput()
      • getEnabledInput

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

        @Stability(Stable)
        @Nullable
        public Object getForceAliasCreationInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getMessageActionInput

        @Stability(Stable)
        @Nullable
        public String getMessageActionInput()
      • getPasswordInput

        @Stability(Stable)
        @Nullable
        public String getPasswordInput()
      • getTemporaryPasswordInput

        @Stability(Stable)
        @Nullable
        public String getTemporaryPasswordInput()
      • getUsernameInput

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

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

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getValidationDataInput()
      • getAttributes

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getAttributes()
      • setAttributes

        @Stability(Stable)
        public void setAttributes​(@NotNull
                                  Map<String,​String> value)
      • getClientMetadata

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getClientMetadata()
      • setClientMetadata

        @Stability(Stable)
        public void setClientMetadata​(@NotNull
                                      Map<String,​String> value)
      • getDesiredDeliveryMediums

        @Stability(Stable)
        @NotNull
        public List<String> getDesiredDeliveryMediums()
      • setDesiredDeliveryMediums

        @Stability(Stable)
        public void setDesiredDeliveryMediums​(@NotNull
                                              List<String> value)
      • 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)
      • getForceAliasCreation

        @Stability(Stable)
        @NotNull
        public Object getForceAliasCreation()
      • setForceAliasCreation

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

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

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getMessageAction

        @Stability(Stable)
        @NotNull
        public String getMessageAction()
      • setMessageAction

        @Stability(Stable)
        public void setMessageAction​(@NotNull
                                     String value)
      • getPassword

        @Stability(Stable)
        @NotNull
        public String getPassword()
      • setPassword

        @Stability(Stable)
        public void setPassword​(@NotNull
                                String value)
      • getTemporaryPassword

        @Stability(Stable)
        @NotNull
        public String getTemporaryPassword()
      • setTemporaryPassword

        @Stability(Stable)
        public void setTemporaryPassword​(@NotNull
                                         String value)
      • getUsername

        @Stability(Stable)
        @NotNull
        public String getUsername()
      • setUsername

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

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

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

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getValidationData()
      • setValidationData

        @Stability(Stable)
        public void setValidationData​(@NotNull
                                      Map<String,​String> value)