IdentityPoolRoleAttachmentRoleMapping

data class IdentityPoolRoleAttachmentRoleMapping(val ambiguousRoleResolution: String? = null, val identityProvider: String, val mappingRules: List<IdentityPoolRoleAttachmentRoleMappingMappingRule>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(ambiguousRoleResolution: String? = null, identityProvider: String, mappingRules: List<IdentityPoolRoleAttachmentRoleMappingMappingRule>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the action to be taken if either no rules match the claim value for the Rules type, or there is no cognito:preferred_role claim and there are multiple cognito:roles matches for the Token type. Required if you specify Token or Rules as the Type.

Link copied to clipboard

A string identifying the identity provider, for example, "graph.facebook.com" or "cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id". Depends on cognito_identity_providers set on aws.cognito.IdentityPool resource or a aws.cognito.IdentityProvider resource.

Link copied to clipboard

The Rules Configuration to be used for mapping users to roles. You can specify up to 25 rules per identity provider. Rules are evaluated in order. The first one to match specifies the role.

Link copied to clipboard

The role mapping type.