| Modifier and Type | Interface and Description |
|---|---|
static interface |
IRepository.Jsii$Default
Internal default implementation for
IRepository. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IRepository.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Repository
Define an ECR repository.
|
class |
RepositoryBase
Base class for ECR repository.
|
| Modifier and Type | Method and Description |
|---|---|
static IRepository |
Repository.fromRepositoryArn(software.constructs.Construct scope,
String id,
String repositoryArn) |
static IRepository |
Repository.fromRepositoryAttributes(software.constructs.Construct scope,
String id,
RepositoryAttributes attrs)
Import a repository.
|
static IRepository |
Repository.fromRepositoryName(software.constructs.Construct scope,
String id,
String repositoryName) |
Copyright © 2021. All rights reserved.