ICognitoIdentitySetPrincipalTagAttributeMapRequest
Interface in AWS.CognitoIdentity
Interface for SetPrincipalTagAttributeMap requests.
Ancestors
Properties
IdentityPoolId
property IdentityPoolId: string
Specify the ID of the identity pool in the format REGION:GUID.
IdentityProviderName
property IdentityProviderName: string
Specify the name of the Identity Provider (IdP).
PrincipalTags
property PrincipalTags: TDictionary<string, string>
Specify attribute mappings for custom providers.
UseDefaults
property UseDefaults: TOptional<Boolean>
Specify whether to use default attribute mappings.
Methods
AddPrincipalTag
procedure AddPrincipalTag(const AName, AValue: string);
Add a name-value pair to PrincipalTags
Parameters
| Name | Description |
|---|---|
AName | Specify a principal tag name. |
AValue | Specify a principal tag value. |