Show / Hide Table of Contents

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 Source

Claim

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

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

RoleArn

The role ARN.

Declaration
public readonly string RoleArn
Field Value
Type Description
System.String
View Source

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