aws-cdk-lib.aws_lex.CfnResourcePolicyProps

interface CfnResourcePolicyProps

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnResourcePolicyProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnResourcePolicyProps
Javasoftware.amazon.awscdk.services.lex.CfnResourcePolicyProps
Pythonaws_cdk.aws_lex.CfnResourcePolicyProps
TypeScript aws-cdk-lib » aws_lex » CfnResourcePolicyProps

Properties for defining a CfnResourcePolicy.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';

declare const policy: any;
const cfnResourcePolicyProps: lex.CfnResourcePolicyProps = {
  policy: policy,
  resourceArn: 'resourceArn',
};

Properties

NameTypeDescription
policyanyA resource policy to add to the resource.
resourceArnstringThe Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.

policy

Type: any

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.


resourceArn

Type: string

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