CfnRegistryPolicyMixinProps
- class aws_cdk.cfn_property_mixins.aws_ecr.CfnRegistryPolicyMixinProps(*, policy_text=None)
Bases:
objectProperties for CfnRegistryPolicyPropsMixin.
- Parameters:
policy_text (
Any) – The JSON policy text for your registry.- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-registrypolicy.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.cfn_property_mixins import aws_ecr as ecr # policy_text: Any cfn_registry_policy_mixin_props = ecr.CfnRegistryPolicyMixinProps( policy_text=policy_text )
Attributes
- policy_text
The JSON policy text for your registry.