Show / Hide Table of Contents

Class IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs
Inherited Members
ResourceArgs.Empty
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 Source

IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs()

Declaration
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs()

Properties

View Source

Claim

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>
View Source

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>
View Source

RoleArn

The role ARN.

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.