interface PublicRepositoryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.PublicRepositoryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#PublicRepositoryReference |
![]() | software.amazon.awscdk.services.ecr.PublicRepositoryReference |
![]() | aws_cdk.aws_ecr.PublicRepositoryReference |
![]() | aws-cdk-lib » aws_ecr » PublicRepositoryReference |
A reference to a PublicRepository 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 ecr } from 'aws-cdk-lib';
const publicRepositoryReference: ecr.PublicRepositoryReference = {
publicRepositoryArn: 'publicRepositoryArn',
repositoryName: 'repositoryName',
};
Properties
Name | Type | Description |
---|---|---|
public | string | The ARN of the PublicRepository resource. |
repository | string | The RepositoryName of the PublicRepository resource. |
publicRepositoryArn
Type:
string
The ARN of the PublicRepository resource.
repositoryName
Type:
string
The RepositoryName of the PublicRepository resource.