CfnPullTimeUpdateExclusionProps

class aws_cdk.aws_ecr.CfnPullTimeUpdateExclusionProps(*, principal_arn)

Bases: object

Properties for defining a CfnPullTimeUpdateExclusion.

Parameters:

principal_arn (str) – The ARN of the IAM principal to remove from the pull time update exclusion list.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pulltimeupdateexclusion.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 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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pulltimeupdateexclusion.html#cfn-ecr-pulltimeupdateexclusion-principalarn