PullTimeUpdateExclusionReference
- class aws_cdk.interfaces.aws_ecr.PullTimeUpdateExclusionReference(*, principal_arn)
Bases:
objectA reference to a PullTimeUpdateExclusion resource.
- Parameters:
principal_arn (
str) – The PrincipalArn of the PullTimeUpdateExclusion resource.- 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.interfaces import aws_ecr as interfaces_ecr pull_time_update_exclusion_reference = interfaces_ecr.PullTimeUpdateExclusionReference( principal_arn="principalArn" )
Attributes
- principal_arn
The PrincipalArn of the PullTimeUpdateExclusion resource.