@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.746Z") @Stability(value=Stable) public class CfnUserPoolUser extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnUserPoolUser.AttributeTypeProperty |
static class |
CfnUserPoolUser.Builder
A fluent builder for
CfnUserPoolUser. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnUserPoolUser(software.constructs.Construct scope,
String id,
CfnUserPoolUserProps props)
Create a new `AWS::Cognito::UserPoolUser`.
|
protected |
CfnUserPoolUser(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnUserPoolUser(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getClientMetadata()
`AWS::Cognito::UserPoolUser.ClientMetadata`.
|
List<String> |
getDesiredDeliveryMediums()
`AWS::Cognito::UserPoolUser.DesiredDeliveryMediums`.
|
Object |
getForceAliasCreation()
`AWS::Cognito::UserPoolUser.ForceAliasCreation`.
|
String |
getMessageAction()
`AWS::Cognito::UserPoolUser.MessageAction`.
|
Object |
getUserAttributes()
`AWS::Cognito::UserPoolUser.UserAttributes`.
|
String |
getUsername()
`AWS::Cognito::UserPoolUser.Username`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolUser.UserPoolId`.
|
Object |
getValidationData()
`AWS::Cognito::UserPoolUser.ValidationData`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setClientMetadata(Object value)
`AWS::Cognito::UserPoolUser.ClientMetadata`.
|
void |
setDesiredDeliveryMediums(List<String> value)
`AWS::Cognito::UserPoolUser.DesiredDeliveryMediums`.
|
void |
setForceAliasCreation(Boolean value)
`AWS::Cognito::UserPoolUser.ForceAliasCreation`.
|
void |
setForceAliasCreation(IResolvable value)
`AWS::Cognito::UserPoolUser.ForceAliasCreation`.
|
void |
setMessageAction(String value)
`AWS::Cognito::UserPoolUser.MessageAction`.
|
void |
setUserAttributes(IResolvable value)
`AWS::Cognito::UserPoolUser.UserAttributes`.
|
void |
setUserAttributes(List<Object> value)
`AWS::Cognito::UserPoolUser.UserAttributes`.
|
void |
setUsername(String value)
`AWS::Cognito::UserPoolUser.Username`.
|
void |
setUserPoolId(String value)
`AWS::Cognito::UserPoolUser.UserPoolId`.
|
void |
setValidationData(IResolvable value)
`AWS::Cognito::UserPoolUser.ValidationData`.
|
void |
setValidationData(List<Object> value)
`AWS::Cognito::UserPoolUser.ValidationData`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnUserPoolUser(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnUserPoolUser(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnUserPoolUser(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnUserPoolUserProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getClientMetadata()
@Stability(value=Stable)
public void setClientMetadata(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getUserPoolId()
@Stability(value=Stable)
public void setUserPoolId(@NotNull
String value)
@Stability(value=Stable) @Nullable public List<String> getDesiredDeliveryMediums()
@Stability(value=Stable)
public void setDesiredDeliveryMediums(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getForceAliasCreation()
@Stability(value=Stable)
public void setForceAliasCreation(@Nullable
Boolean value)
@Stability(value=Stable)
public void setForceAliasCreation(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getMessageAction()
@Stability(value=Stable)
public void setMessageAction(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getUserAttributes()
@Stability(value=Stable)
public void setUserAttributes(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setUserAttributes(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getUsername()
@Stability(value=Stable)
public void setUsername(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getValidationData()
@Stability(value=Stable)
public void setValidationData(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.