Class GetUserPoolsArgs
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 GetUserPoolsArgs : InvokeArgs
Constructors
View SourceGetUserPoolsArgs()
Declaration
public GetUserPoolsArgs()
Properties
View SourceName
Name of the cognito user pools. Name is not a unique attribute for cognito user pool, so multiple pools might be returned with given name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |