Class ResourceServerState
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 ResourceServerState : ResourceArgs
Constructors
View SourceResourceServerState()
Declaration
public ResourceServerState()
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> |
ScopeIdentifiers
A list of all scopes configured for this resource server in the format identifier/scope_name.
Declaration
public InputList<string> ScopeIdentifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Scopes
A list of Authorization Scope.
Declaration
public InputList<ResourceServerScopeGetArgs> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ResourceServerScopeGetArgs> |
UserPoolId
Declaration
public Input<string> UserPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |