interface PullTimeUpdateExclusionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ECR.PullTimeUpdateExclusionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsecr#PullTimeUpdateExclusionReference |
Java | software.amazon.awscdk.interfaces.ecr.PullTimeUpdateExclusionReference |
Python | aws_cdk.interfaces.aws_ecr.PullTimeUpdateExclusionReference |
TypeScript | aws-cdk-lib » interfaces » aws_ecr » PullTimeUpdateExclusionReference |
A reference to a PullTimeUpdateExclusion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecr as interfaces_ecr } from 'aws-cdk-lib/interfaces';
const pullTimeUpdateExclusionReference: interfaces_ecr.PullTimeUpdateExclusionReference = {
principalArn: 'principalArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| principal | string | The PrincipalArn of the PullTimeUpdateExclusion resource. |
principalArn
Type:
string
The PrincipalArn of the PullTimeUpdateExclusion resource.

.NET
Go
Java
Python
TypeScript