| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.apprunner |
AWS::AppRunner Construct Library
|
| 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 |
|---|---|
static CodePipelineSource |
CodePipelineSource.ecr(IRepository repository)
(experimental) Returns an ECR source.
|
static CodePipelineSource |
CodePipelineSource.ecr(IRepository repository,
ECRSourceOptions props)
(experimental) Returns an ECR source.
|
| Modifier and Type | Method and Description |
|---|---|
static DockerCredential |
DockerCredential.ecr(List<? extends IRepository> repositories)
(experimental) Creates a DockerCredential for one or more ECR repositories.
|
static DockerCredential |
DockerCredential.ecr(List<? extends IRepository> repositories,
EcrDockerCredentialOptions opts)
(experimental) Creates a DockerCredential for one or more ECR repositories.
|
| Modifier and Type | Method and Description |
|---|---|
default IRepository |
SourceConfig.getEcrRepository()
(experimental) The ECR repository (required to grant the pull privileges for the iam role).
|
IRepository |
SourceConfig.Jsii$Proxy.getEcrRepository() |
IRepository |
EcrProps.getRepository()
(experimental) Represents the ECR repository.
|
IRepository |
EcrProps.Jsii$Proxy.getRepository() |
| Modifier and Type | Method and Description |
|---|---|
SourceConfig.Builder |
SourceConfig.Builder.ecrRepository(IRepository ecrRepository)
Sets the value of
SourceConfig.getEcrRepository() |
EcrProps.Builder |
EcrProps.Builder.repository(IRepository repository)
Sets the value of
EcrProps.getRepository() |
EcrSource.Builder |
EcrSource.Builder.repository(IRepository repository)
(experimental) Represents the ECR repository.
|
| 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 |
LinuxArmBuildImage.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 |
LinuxArmBuildImage.fromEcrRepository(IRepository repository)
(experimental) Returns an ARM image running Linux from an ECR repository.
|
static IBuildImage |
WindowsBuildImage.fromEcrRepository(IRepository repository) |
static IBuildImage |
LinuxGpuBuildImage.fromEcrRepository(IRepository repository)
(experimental) Returns a GPU image running Linux from an ECR repository.
|
static IBuildImage |
LinuxBuildImage.fromEcrRepository(IRepository repository,
String tagOrDigest) |
static IBuildImage |
LinuxArmBuildImage.fromEcrRepository(IRepository repository,
String tagOrDigest)
(experimental) Returns an ARM image running Linux from an ECR repository.
|
static IBuildImage |
WindowsBuildImage.fromEcrRepository(IRepository repository,
String tagOrDigest) |
static IBuildImage |
LinuxGpuBuildImage.fromEcrRepository(IRepository repository,
String tag)
(experimental) Returns a GPU image running Linux from an ECR repository.
|
static IBuildImage |
WindowsBuildImage.fromEcrRepository(IRepository repository,
String tagOrDigest,
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.
|
| 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.
|
IRepository |
TarballImageAsset.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.
|
void |
TarballImageAsset.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 tagOrDigest)
(experimental) Reference a Docker image stored in an ECR repository.
|
Copyright © 2022. All rights reserved.