| Modifier and Type | Method and Description |
|---|---|
IRepository |
LinuxBuildImage.getRepository()
(experimental) An optional ECR repository that the image is hosted in.
|
IRepository |
WindowsBuildImage.getRepository()
(experimental) An optional ECR repository that the image is hosted in.
|
default IRepository |
IBuildImage.getRepository()
(experimental) An optional ECR repository that the image is hosted in.
|
IRepository |
IBuildImage.Jsii$Proxy.getRepository()
(experimental) An optional ECR repository that the image is hosted in.
|
default IRepository |
IBuildImage.Jsii$Default.getRepository()
(experimental) An optional ECR repository that the image is hosted in.
|
IRepository |
IBindableBuildImage.Jsii$Proxy.getRepository()
(experimental) An optional ECR repository that the image is hosted in.
|
default IRepository |
IBindableBuildImage.Jsii$Default.getRepository()
(experimental) An optional ECR repository that the image is hosted in.
|
| Modifier and Type | Method and Description |
|---|---|
static IBuildImage |
LinuxBuildImage.fromEcrRepository(IRepository repository) |
static IBuildImage |
WindowsBuildImage.fromEcrRepository(IRepository repository) |
static IBuildImage |
LinuxBuildImage.fromEcrRepository(IRepository repository,
String tag) |
static IBuildImage |
WindowsBuildImage.fromEcrRepository(IRepository repository,
String tag) |
static IBuildImage |
WindowsBuildImage.fromEcrRepository(IRepository repository,
String tag,
WindowsImageType imageType) |
| Modifier and Type | Method and Description |
|---|---|
IRepository |
EcrSourceActionProps.getRepository()
(experimental) The repository that will be watched for changes.
|
IRepository |
EcrSourceActionProps.Jsii$Proxy.getRepository() |
| Modifier and Type | Method and Description |
|---|---|
EcrSourceActionProps.Builder |
EcrSourceActionProps.Builder.repository(IRepository repository)
Sets the value of
EcrSourceActionProps.getRepository() |
EcrSourceAction.Builder |
EcrSourceAction.Builder.repository(IRepository repository)
(experimental) The repository that will be watched for changes.
|
| Constructor and Description |
|---|
Jsii$Proxy(Artifact output,
IRepository repository,
String imageTag,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
EcrSourceActionProps.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IRepository.Jsii$Default
Internal default implementation for
IRepository. |
| 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)
(experimental) Import a repository.
|
static IRepository |
Repository.fromRepositoryName(software.constructs.Construct scope,
String id,
String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
IRepository |
DockerImageAsset.getRepository()
(experimental) Repository where the image is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DockerImageAsset.setRepository(IRepository value)
(experimental) Repository where the image is stored.
|
| Modifier and Type | Method and Description |
|---|---|
static EcrImage |
ContainerImage.fromEcrRepository(IRepository repository)
(experimental) Reference an image in an ECR repository.
|
static EcrImage |
ContainerImage.fromEcrRepository(IRepository repository,
String tag)
(experimental) Reference an image in an ECR repository.
|
| Constructor and Description |
|---|
EcrImage(IRepository repository,
String tag)
(experimental) Constructs a new instance of the EcrImage class.
|
| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
DockerImage.fromEcrRepository(IRepository repository)
(experimental) Reference a Docker image stored in an ECR repository.
|
static DockerImage |
DockerImage.fromEcrRepository(IRepository repository,
String tag)
(experimental) Reference a Docker image stored in an ECR repository.
|
Copyright © 2020. All rights reserved.