interface CfnPullTimeUpdateExclusionProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECR.CfnPullTimeUpdateExclusionProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#CfnPullTimeUpdateExclusionProps |
Java | software.amazon.awscdk.services.ecr.CfnPullTimeUpdateExclusionProps |
Python | aws_cdk.aws_ecr.CfnPullTimeUpdateExclusionProps |
TypeScript | aws-cdk-lib » aws_ecr » CfnPullTimeUpdateExclusionProps |
Properties for defining a CfnPullTimeUpdateExclusion.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecr as ecr } from 'aws-cdk-lib';
const cfnPullTimeUpdateExclusionProps: ecr.CfnPullTimeUpdateExclusionProps = {
principalArn: 'principalArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| principal | string | The ARN of the IAM principal to remove from the pull time update exclusion list. |
principalArn
Type:
string
The ARN of the IAM principal to remove from the pull time update exclusion list.

.NET
Go
Java
Python
TypeScript