Skip to main content

TCognitoIdentityProviderDeleteUserPoolClientRequest

Class in AWS.CognitoIdentityProvider

DeleteUserPoolClient request class.

Ancestors

Properties

ClientId

property ClientId: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AClientId: string);

Constructor for TCognitoIdentityProviderDeleteUserPoolClientRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AClientIdSpecify the ID of the app client associated with the user pool.