aws-cdk-lib.aws_ecr.RepositoryAttributes

interface RepositoryAttributes

LanguageType name
.NETAmazon.CDK.AWS.ECR.RepositoryAttributes
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsecr#RepositoryAttributes
Javasoftware.amazon.awscdk.services.ecr.RepositoryAttributes
Pythonaws_cdk.aws_ecr.RepositoryAttributes
TypeScript (source)aws-cdk-lib » aws_ecr » RepositoryAttributes

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 repositoryAttributes: ecr.RepositoryAttributes = {
  repositoryArn: 'repositoryArn',
  repositoryName: 'repositoryName',
};

Properties

NameTypeDescription
repositoryArnstring
repositoryNamestring

repositoryArn

Type: string


repositoryName

Type: string