Class ResourceServerScopeArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResourceServerScopeArgs : ResourceArgs
Constructors
View SourceResourceServerScopeArgs()
Declaration
public ResourceServerScopeArgs()
Properties
View SourceScopeDescription
The scope description.
Declaration
public Input<string> ScopeDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScopeName
The scope name.
Declaration
public Input<string> ScopeName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |