Show / Hide Table of Contents

Class ResourceServerArgs

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

Constructors

View Source

ResourceServerArgs()

Declaration
public ResourceServerArgs()

Properties

View Source

Identifier

An identifier for the resource server.

Declaration
public Input<string> Identifier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

A name for the resource server.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Scopes

A list of Authorization Scope.

Declaration
public InputList<ResourceServerScopeArgs> Scopes { get; set; }
Property Value
Type Description
InputList<ResourceServerScopeArgs>
View Source

UserPoolId

Declaration
public Input<string> UserPoolId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.