Class IdentityPoolRoleAttachmentState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolRoleAttachmentState : ResourceArgs
Constructors
View SourceIdentityPoolRoleAttachmentState()
Declaration
public IdentityPoolRoleAttachmentState()
Properties
View SourceIdentityPoolId
An identity pool ID in the format REGION:GUID.
Declaration
public Input<string> IdentityPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleMappings
A List of Role Mapping.
Declaration
public InputList<IdentityPoolRoleAttachmentRoleMappingGetArgs> RoleMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<IdentityPoolRoleAttachmentRoleMappingGetArgs> |
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> |