Skip to main content

TCognitoIdentityProviderUpdateResourceServerRequest

Class in AWS.CognitoIdentityProvider

UpdateResourceServer request class.

Important: If you don't provide a value for an attribute, it will be set to the default value.

Ancestors

Properties

Identifier

property Identifier: string

Name

property Name: string

Scopes

property Scopes: TList<ICognitoIdentityProviderResourceServerScopeType>

Type: ICognitoIdentityProviderResourceServerScopeType

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AIdentifier, AName: string);

Constructor for TCognitoIdentityProviderUpdateResourceServerRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AIdentifierSpecify the identifier of the resource server.
ANameSpecify a name for the resource server.