IdentityPoolRoleAttachmentRoleMappingMappingRule

data class IdentityPoolRoleAttachmentRoleMappingMappingRule(val claim: String, val matchType: String, val roleArn: String, val value: String)

Constructors

constructor(claim: String, matchType: String, roleArn: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The claim name that must be present in the token, for example, "isAdmin" or "paid".

Link copied to clipboard

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

Link copied to clipboard

The role ARN.

Link copied to clipboard

A brief string that the claim must match, for example, "paid" or "yes".