IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs

data class IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs(val claim: Output<String>, val matchType: Output<String>, val roleArn: Output<String>, val value: Output<String>) : ConvertibleToJava<IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs>

Constructors

constructor(claim: Output<String>, matchType: Output<String>, roleArn: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val claim: Output<String>

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

Link copied to clipboard
val matchType: Output<String>

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

Link copied to clipboard
val roleArn: Output<String>

The role ARN.

Link copied to clipboard
val value: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs