Skip to main content

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

NameDescription
AIdentityPoolIdSpecify the ID of the identity pool in the format.
AIdentityProviderNameSpecify the name of the Identity Provider (IdP).