| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalDockerCredentialOptions.Jsii$Proxy
An implementation for
ExternalDockerCredentialOptions |
| Modifier and Type | Method and Description |
|---|---|
ExternalDockerCredentialOptions |
ExternalDockerCredentialOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
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,
ExternalDockerCredentialOptions opts)
Creates a DockerCredential for DockerHub.
|
Copyright © 2022. All rights reserved.