CfnPullTimeUpdateExclusionMixinProps
- class aws_cdk.mixins_preview.aws_ecr.mixins.CfnPullTimeUpdateExclusionMixinProps(*, principal_arn=None)
Bases:
objectProperties for CfnPullTimeUpdateExclusionPropsMixin.
- Parameters:
principal_arn (
Optional[str]) – The ARN of the IAM principal to remove from the pull time update exclusion list.- 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_ecr import mixins as ecr_mixins cfn_pull_time_update_exclusion_mixin_props = ecr_mixins.CfnPullTimeUpdateExclusionMixinProps( principal_arn="principalArn" )
Attributes
- principal_arn
The ARN of the IAM principal to remove from the pull time update exclusion list.