CfnPullTimeUpdateExclusionProps
- class aws_cdk.aws_ecr.CfnPullTimeUpdateExclusionProps(*, principal_arn)
Bases:
objectProperties for defining a
CfnPullTimeUpdateExclusion.- Parameters:
principal_arn (
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 import aws_ecr as ecr cfn_pull_time_update_exclusion_props = ecr.CfnPullTimeUpdateExclusionProps( principal_arn="principalArn" )
Attributes
- principal_arn
The ARN of the IAM principal to remove from the pull time update exclusion list.