Show / Hide Table of Contents

Class GetUserPoolsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetUserPoolsArgs
Inherited Members
InvokeArgs.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 GetUserPoolsArgs : InvokeArgs

Constructors

View Source

GetUserPoolsArgs()

Declaration
public GetUserPoolsArgs()

Properties

View Source

Name

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.