Class CognitoUser
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.aws.cognito_user.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCognitoUser.BuilderA fluent builder forCognitoUser.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedCognitoUser(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCognitoUser(software.amazon.jsii.JsiiObjectRef objRef)CognitoUser(software.constructs.Construct scope, String id, CognitoUserConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_user aws_cognito_user} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformResource, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getCreationDate
@Stability(Stable) @NotNull public String getCreationDate()
-
getLastModifiedDate
@Stability(Stable) @NotNull public String getLastModifiedDate()
-
getPreferredMfaSetting
@Stability(Stable) @NotNull public String getPreferredMfaSetting()
-
getStatus
@Stability(Stable) @NotNull public String getStatus()
-
getSub
@Stability(Stable) @NotNull public String getSub()
-
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()
-
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)
-
-