TCognitoIdentitySetPrincipalTagAttributeMapRequest
Class in AWS.CognitoIdentity
SetPrincipalTagAttributeMap request class.
Ancestors
Properties
IdentityPoolId
property IdentityPoolId: string
IdentityProviderName
property IdentityProviderName: string
PrincipalTags
property PrincipalTags: TDictionary<string, string>
UseDefaults
property UseDefaults: TOptional<Boolean>
Constructors
Create
constructor Create(const AIdentityPoolId, AIdentityProviderName: string);
Constructor for TCognitoIdentitySetPrincipalTagAttributeMapRequest.
Parameters
| Name | Description |
|---|---|
AIdentityPoolId | Specify the ID of the identity pool in the format. |
AIdentityProviderName | Specify the name of the Identity Provider (IdP). |