Resource Policy Args
data class ResourcePolicyArgs(val policy: Output<ResourcePolicyPolicyArgs>? = null, val resourceArn: Output<String>? = null) : ConvertibleToJava<ResourcePolicyArgs>
A resource policy with specified policy statements that attaches to a Lex bot or bot alias.
Properties
Link copied to clipboard
A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow IAM syntax. If the policy isn't valid, Amazon Lex returns a validation exception.
Link copied to clipboard
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.