| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| software.amazon.awscdk.services.ecr.assets |
AWS CDK Docker Image Assets
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
IRepository |
LinuxBuildImage.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.
|
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.
|
| 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 | Class and Description |
|---|---|
static class |
IRepository.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Repository
(experimental) Define an ECR repository.
|
class |
RepositoryBase
(experimental) 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)
(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 tagOrDigest)
(experimental) Constructs a new instance of the EcrImage class.
|
TagParameterContainerImage(IRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
static EcrImageCode.Builder |
EcrImageCode.Builder.create(IRepository repository) |
static DockerImageCode |
DockerImageCode.fromEcr(IRepository repository)
(experimental) Use an existing ECR image as the Lambda code.
|
static DockerImageCode |
DockerImageCode.fromEcr(IRepository repository,
EcrImageCodeProps props)
(experimental) Use an existing ECR image as the Lambda code.
|
static EcrImageCode |
Code.fromEcrImage(IRepository repository)
(experimental) Use an existing ECR image as the Lambda code.
|
static EcrImageCode |
Code.fromEcrImage(IRepository repository,
EcrImageCodeProps props)
(experimental) Use an existing ECR image as the Lambda code.
|
| Constructor and Description |
|---|
EcrImageCode(IRepository repository) |
EcrImageCode(IRepository repository,
EcrImageCodeProps props) |
| 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 © 2021. All rights reserved.