| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
static DockerCredential |
DockerCredential.customRegistry(String registryDomain,
ISecret secret)
(experimental) 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)
(experimental) Creates a DockerCredential for a registry, based on its domain name (e.g., 'www.example.com').
|
static DockerCredential |
DockerCredential.dockerHub(ISecret secret)
(experimental) Creates a DockerCredential for DockerHub.
|
static DockerCredential |
DockerCredential.dockerHub(ISecret secret,
ExternalDockerCredentialOptions opts)
(experimental) Creates a DockerCredential for DockerHub.
|
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 List<DockerCredential> |
UpdatePipelineActionProps.getDockerCredentials()
(experimental) Docker registries and associated credentials necessary during the pipeline self-update stage.
|
List<DockerCredential> |
UpdatePipelineActionProps.Jsii$Proxy.getDockerCredentials() |
default List<DockerCredential> |
CdkPipelineProps.getDockerCredentials()
(experimental) A list of credentials used to authenticate to Docker registries.
|
List<DockerCredential> |
CdkPipelineProps.Jsii$Proxy.getDockerCredentials() |
default List<DockerCredential> |
CodePipelineProps.getDockerCredentials()
(experimental) A list of credentials used to authenticate to Docker registries.
|
List<DockerCredential> |
CodePipelineProps.Jsii$Proxy.getDockerCredentials() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePipelineActionProps.Builder |
UpdatePipelineActionProps.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
Sets the value of
UpdatePipelineActionProps.getDockerCredentials() |
CodePipeline.Builder |
CodePipeline.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
(experimental) A list of credentials used to authenticate to Docker registries.
|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
Sets the value of
CdkPipelineProps.getDockerCredentials() |
UpdatePipelineAction.Builder |
UpdatePipelineAction.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
(experimental) Docker registries and associated credentials necessary during the pipeline self-update stage.
|
CdkPipeline.Builder |
CdkPipeline.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(Artifact cloudAssemblyArtifact,
BuildSpec assetBuildSpec,
List<String> assetPreInstallCommands,
String cdkCliVersion,
Pipeline codePipeline,
Boolean crossAccountKeys,
List<? extends DockerCredential> dockerCredentials,
String pipelineName,
Boolean selfMutating,
BuildSpec selfMutationBuildSpec,
Boolean singlePublisherPerType,
IAction sourceAction,
SubnetSelection subnetSelection,
Boolean supportDockerAssets,
IAction synthAction,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
CdkPipelineProps.Builder. |
Jsii$Proxy(Artifact cloudAssemblyInput,
String pipelineStackHierarchicalId,
BuildSpec buildSpec,
String cdkCliVersion,
List<? extends DockerCredential> dockerCredentials,
Boolean privileged,
String projectName)
Constructor that initializes the object based on literal property values passed by the
UpdatePipelineActionProps.Builder. |
Jsii$Proxy(IFileSetProducer synth,
CodeBuildOptions assetPublishingCodeBuildDefaults,
String cliVersion,
CodeBuildOptions codeBuildDefaults,
Pipeline codePipeline,
Boolean crossAccountKeys,
List<? extends DockerCredential> dockerCredentials,
Boolean dockerEnabledForSelfMutation,
Boolean dockerEnabledForSynth,
String pipelineName,
Boolean publishAssetsInParallel,
Boolean selfMutation,
CodeBuildOptions selfMutationCodeBuildDefaults)
Constructor that initializes the object based on literal property values passed by the
CodePipelineProps.Builder. |
Copyright © 2021. All rights reserved.