- Navigation Guide
@aws-sdk/client-redshift
RevokeEndpointAccessCommandInput Interface
The input for RevokeEndpointAccessCommand.
Members
Name | Type | Details |
---|---|---|
Account | string | undefined | The Amazon Web Services account ID whose access is to be revoked. |
ClusterIdentifier | string | undefined | The cluster to revoke access from. |
Force | boolean | undefined | Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted. |
VpcIds | string[] | undefined | The virtual private cloud (VPC) identifiers for which access is to be revoked. |
Full Signature
export interface RevokeEndpointAccessCommandInput extends RevokeEndpointAccessMessage