Class IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs
Inheritance
System.Object
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs : ResourceArgs
Constructors
View SourceIdentityPoolRoleAttachmentRoleMappingMappingRuleArgs()
Declaration
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs()
Properties
View SourceClaim
The claim name that must be present in the token, for example, "isAdmin" or "paid".
Declaration
public Input<string> Claim { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchType
The match condition that specifies how closely the claim value in the IdP token must match Value.
Declaration
public Input<string> MatchType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
The role ARN.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
A brief string that the claim must match, for example, "paid" or "yes".
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |