@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.747Z") @Stability(value=Stable) public interface CfnUserPoolUserProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolUserProps.Builder
A builder for
CfnUserPoolUserProps |
static class |
CfnUserPoolUserProps.Jsii$Proxy
An implementation for
CfnUserPoolUserProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolUserProps.Builder |
builder() |
default Object |
getClientMetadata()
`AWS::Cognito::UserPoolUser.ClientMetadata`.
|
default List<String> |
getDesiredDeliveryMediums()
`AWS::Cognito::UserPoolUser.DesiredDeliveryMediums`.
|
default Object |
getForceAliasCreation()
`AWS::Cognito::UserPoolUser.ForceAliasCreation`.
|
default String |
getMessageAction()
`AWS::Cognito::UserPoolUser.MessageAction`.
|
default Object |
getUserAttributes()
`AWS::Cognito::UserPoolUser.UserAttributes`.
|
default String |
getUsername()
`AWS::Cognito::UserPoolUser.Username`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolUser.UserPoolId`.
|
default Object |
getValidationData()
`AWS::Cognito::UserPoolUser.ValidationData`.
|
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) @Nullable default Object getClientMetadata()
@Stability(value=Stable) @Nullable default List<String> getDesiredDeliveryMediums()
@Stability(value=Stable) @Nullable default Object getForceAliasCreation()
@Stability(value=Stable) @Nullable default String getMessageAction()
@Stability(value=Stable) @Nullable default Object getUserAttributes()
@Stability(value=Stable) @Nullable default String getUsername()
@Stability(value=Stable) @Nullable default Object getValidationData()
@Stability(value=Stable) static CfnUserPoolUserProps.Builder builder()
CfnUserPoolUserProps.Builder of CfnUserPoolUserPropsCopyright © 2021. All rights reserved.