Class UserGroupArgs
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 UserGroupArgs : ResourceArgs
Constructors
View SourceUserGroupArgs()
Declaration
public UserGroupArgs()
Properties
View SourceDescription
The description of the user group.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the user group.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Precedence
The precedence of the user group.
Declaration
public Input<int> Precedence { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RoleArn
The ARN of the IAM role to be associated with the user group.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserPoolId
The user pool ID.
Declaration
public Input<string> UserPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |