RepositoryAttributes
- class aws_cdk.aws_ecr.RepositoryAttributes(*, repository_arn, repository_name)
Bases:
object
- Parameters:
repository_arn (
str
) –repository_name (
str
) –
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_ecr as ecr repository_attributes = ecr.RepositoryAttributes( repository_arn="repositoryArn", repository_name="repositoryName" )
Attributes
- repository_arn
- repository_name