lex:DeleteResourcePolicyStatement

Write

lex:DeleteResourcePolicyStatement is a Write access-level action in the lex service. Grants permission to delete an existing resource policy statement for a Lex resource

Resource types

ARNs that lex:DeleteResourcePolicyStatement can be scoped to in an IAM policy.

arn:${Partition}:lex:${Region}:${Account}:bot/${BotId}
bot
arn:${Partition}:lex:${Region}:${Account}:bot-alias/${BotId}/${BotAliasId}
bot alias

Condition keys

Keys you can use in the Condition block of a policy that grants lex:DeleteResourcePolicyStatement.

aws:ResourceTag/${TagKey} String

Filters access by the tags attached to a Lex resource

Example IAM policy

A minimal policy that allows lex:DeleteResourcePolicyStatement. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowLexDeleteResourcePolicyStatement",
      "Effect": "Allow",
      "Action": "lex:DeleteResourcePolicyStatement",
      "Resource": "*"
    }
  ]
}

Related actions in lex

View all lex actions →