| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
static DockerCredential |
DockerCredential.customRegistry(String registryDomain,
ISecret secret)
Creates a DockerCredential for a registry, based on its domain name (e.g., 'www.example.com').
|
static DockerCredential |
DockerCredential.customRegistry(String registryDomain,
ISecret secret,
ExternalDockerCredentialOptions opts)
Creates a DockerCredential for a registry, based on its domain name (e.g., 'www.example.com').
|
static DockerCredential |
DockerCredential.dockerHub(ISecret secret)
Creates a DockerCredential for DockerHub.
|
static DockerCredential |
DockerCredential.dockerHub(ISecret secret,
ExternalDockerCredentialOptions opts)
Creates a DockerCredential for DockerHub.
|
static DockerCredential |
DockerCredential.ecr(List<? extends IRepository> repositories)
Creates a DockerCredential for one or more ECR repositories.
|
static DockerCredential |
DockerCredential.ecr(List<? extends IRepository> repositories,
EcrDockerCredentialOptions opts)
Creates a DockerCredential for one or more ECR repositories.
|
| Modifier and Type | Method and Description |
|---|---|
default List<DockerCredential> |
CodePipelineProps.getDockerCredentials()
A list of credentials used to authenticate to Docker registries.
|
List<DockerCredential> |
CodePipelineProps.Jsii$Proxy.getDockerCredentials() |
| Modifier and Type | Method and Description |
|---|---|
CodePipeline.Builder |
CodePipeline.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
A list of credentials used to authenticate to Docker registries.
|
CodePipelineProps.Builder |
CodePipelineProps.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
Sets the value of
CodePipelineProps.getDockerCredentials() |
Copyright © 2022. All rights reserved.