CfnResourcePolicyMixinProps
- class aws_cdk.mixins_preview.aws_kinesis.mixins.CfnResourcePolicyMixinProps(*, resource_arn=None, resource_policy=None)
Bases:
objectProperties for CfnResourcePolicyPropsMixin.
- Parameters:
resource_arn (
Optional[str]) – Returns the Amazon Resource Name (ARN) of the resource-based policy.resource_policy (
Any) – This is the description for the resource policy.
- See:
- 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_kinesis import mixins as kinesis_mixins # resource_policy: Any cfn_resource_policy_mixin_props = kinesis_mixins.CfnResourcePolicyMixinProps( resource_arn="resourceArn", resource_policy=resource_policy )
Attributes
- resource_arn
Returns the Amazon Resource Name (ARN) of the resource-based policy.
- resource_policy
This is the description for the resource policy.