interface RepositoryAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.RepositoryAttributes |
![]() | software.amazon.awscdk.services.ecr.RepositoryAttributes |
![]() | aws_cdk.aws_ecr.RepositoryAttributes |
![]() | @aws-cdk/aws-ecr » RepositoryAttributes |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ecr from '@aws-cdk/aws-ecr';
const repositoryAttributes: ecr.RepositoryAttributes = {
repositoryArn: 'repositoryArn',
repositoryName: 'repositoryName',
};
Properties
Name | Type | Description |
---|---|---|
repository | string | |
repository | string |
repositoryArn
Type:
string
repositoryName
Type:
string