- Navigation Guide
@aws-sdk/client-lex-models-v2
DeleteResourcePolicyStatementCommandInput Interface
The input for DeleteResourcePolicyStatementCommand.
Members
Name | Type | Details |
---|---|---|
resourceArn Required | string | undefined | The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to. |
statementId Required | string | undefined | The name of the statement (SID) to delete from the policy. |
expectedRevisionId | string | undefined | The identifier of the revision of the policy to delete the statement from. If this revision ID doesn't match the current revision ID, Amazon Lex throws an exception. If you don't specify a revision, Amazon Lex removes the current contents of the statement. |
Full Signature
export interface DeleteResourcePolicyStatementCommandInput extends DeleteResourcePolicyStatementRequest