@aws-sdk/client-lex-models-v2

DeleteResourcePolicyStatementCommandInput Interface

Members

Name
Type
Details
resourceArn Requiredstring | undefined

The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.

statementId Requiredstring | 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