interface CfnPullTimeUpdateExclusionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ECR.CfnPullTimeUpdateExclusionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsecr#CfnPullTimeUpdateExclusionMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.ecr.CfnPullTimeUpdateExclusionMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_ecr.CfnPullTimeUpdateExclusionMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ecr » CfnPullTimeUpdateExclusionMixinProps |
Properties for CfnPullTimeUpdateExclusionPropsMixin.
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/cfn-property-mixins';
const cfnPullTimeUpdateExclusionMixinProps: ecr.CfnPullTimeUpdateExclusionMixinProps = {
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
(optional)
The ARN of the IAM principal to remove from the pull time update exclusion list.

.NET
Go
Java
Python
TypeScript