Class ResourceServerArgs
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 ResourceServerArgs : ResourceArgs
Constructors
View SourceResourceServerArgs()
Declaration
public ResourceServerArgs()
Properties
View SourceIdentifier
An identifier for the resource server.
Declaration
public Input<string> Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A name for the resource server.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scopes
A list of Authorization Scope.
Declaration
public InputList<ResourceServerScopeArgs> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ResourceServerScopeArgs> |
UserPoolId
Declaration
public Input<string> UserPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |