interface RepositoryAttributes
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ECR.RepositoryAttributes |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#RepositoryAttributes |
Java | software.amazon.awscdk.services.ecr.RepositoryAttributes |
Python | aws_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
Name | Type | Description |
---|---|---|
repository | string | |
repository | string |
repositoryArn
Type:
string
repositoryName
Type:
string