CfnResourcePolicyMixinProps

class aws_cdk.mixins_preview.aws_lex.mixins.CfnResourcePolicyMixinProps(*, policy=None, resource_arn=None)

Bases: object

Properties for CfnResourcePolicyPropsMixin.

Parameters:
  • policy (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.

  • resource_arn (Optional[str]) – The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-resourcepolicy.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_lex import mixins as lex_mixins

# policy: Any

cfn_resource_policy_mixin_props = lex_mixins.CfnResourcePolicyMixinProps(
    policy=policy,
    resource_arn="resourceArn"
)

Attributes

policy

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-resourcepolicy.html#cfn-lex-resourcepolicy-policy

resource_arn

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-resourcepolicy.html#cfn-lex-resourcepolicy-resourcearn