Show / Hide Table of Contents

Class IdentityPoolRoleAttachmentState

Inheritance
System.Object
InputArgs
ResourceArgs
IdentityPoolRoleAttachmentState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolRoleAttachmentState : ResourceArgs

Constructors

View Source

IdentityPoolRoleAttachmentState()

Declaration
public IdentityPoolRoleAttachmentState()

Properties

View Source

IdentityPoolId

An identity pool ID in the format REGION:GUID.

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

RoleMappings

A List of Role Mapping.

Declaration
public InputList<IdentityPoolRoleAttachmentRoleMappingGetArgs> RoleMappings { get; set; }
Property Value
Type Description
InputList<IdentityPoolRoleAttachmentRoleMappingGetArgs>
View Source

Roles

The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN.

Declaration
public InputMap<string> Roles { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.