Skip to main content

ICognitoIdentityMappingRule

Interface in AWS.CognitoIdentity

Interface for MappingRule.

Properties

Claim

property Claim: string

The claim name that must be present in the token.

MatchType

property MatchType: string

The match condition that specifies how closely the claim value in the Identity Provider (IdP) token must match Value.

Valid values:

  • Equals
  • Contains
  • StartsWith
  • NotEqual

RoleARN

property RoleARN: TARN

The Amazon Resource Name (ARN) of a role.

Value

property Value: string

A string value that the claim must match.