TCognitoIdentityProviderAddCustomAttributesRequest
Class in AWS.CognitoIdentityProvider
AddCustomAttributes request class.
Ancestors
Properties
CustomAttributes
property CustomAttributes: TList<ICognitoIdentityProviderSchemaAttributeType>
Type: ICognitoIdentityProviderSchemaAttributeType
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId: string);
Constructor for TCognitoIdentityProviderAddCustomAttributesRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the user pool ID for the user pool to add custom attributes to. |