Show / Hide Table of Contents

Class IdentityPoolRoleAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IdentityPoolRoleAttachmentArgs
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 IdentityPoolRoleAttachmentArgs : ResourceArgs

Constructors

View Source

IdentityPoolRoleAttachmentArgs()

Declaration
public IdentityPoolRoleAttachmentArgs()

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<IdentityPoolRoleAttachmentRoleMappingArgs> RoleMappings { get; set; }
Property Value
Type Description
InputList<IdentityPoolRoleAttachmentRoleMappingArgs>
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.