Class IdentityPoolRoleAttachmentRoleMappingMappingRule
Inheritance
System.Object
IdentityPoolRoleAttachmentRoleMappingMappingRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolRoleAttachmentRoleMappingMappingRule
Fields
View SourceClaim
The claim name that must be present in the token, for example, "isAdmin" or "paid".
Declaration
public readonly string Claim
Field Value
| Type | Description |
|---|---|
| System.String |
MatchType
The match condition that specifies how closely the claim value in the IdP token must match Value.
Declaration
public readonly string MatchType
Field Value
| Type | Description |
|---|---|
| System.String |
RoleArn
The role ARN.
Declaration
public readonly string RoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
Value
A brief string that the claim must match, for example, "paid" or "yes".
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |