Class IdentityPoolRoleAttachmentRolesArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolRoleAttachmentRolesArgs : ResourceArgs
Constructors
View SourceIdentityPoolRoleAttachmentRolesArgs()
Declaration
public IdentityPoolRoleAttachmentRolesArgs()
Properties
View SourceAuthenticated
Declaration
public Input<string> Authenticated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Unauthenticated
Declaration
public Input<string> Unauthenticated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |