| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
CdkPipeline.Builder |
CdkPipeline.Builder.assetBuildSpec(BuildSpec assetBuildSpec)
(experimental) Custom BuildSpec that is merged with generated one (for asset publishing actions).
|
CdkPipeline.Builder |
CdkPipeline.Builder.assetPreInstallCommands(List<String> assetPreInstallCommands)
(experimental) Additional commands to run before installing cdk-assets during the asset publishing step Use this to setup proxies or npm mirrors.
|
CdkPipeline.Builder |
CdkPipeline.Builder.cdkCliVersion(String cdkCliVersion)
(experimental) CDK CLI version to use in pipeline.
|
CdkPipeline.Builder |
CdkPipeline.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact)
(experimental) The artifact you have defined to be the artifact to hold the cloudAssemblyArtifact for the synth action.
|
CdkPipeline.Builder |
CdkPipeline.Builder.codePipeline(Pipeline codePipeline)
(experimental) Existing CodePipeline to add deployment stages to.
|
static CdkPipeline.Builder |
CdkPipeline.Builder.create(software.constructs.Construct scope,
String id) |
CdkPipeline.Builder |
CdkPipeline.Builder.crossAccountKeys(Boolean crossAccountKeys)
(experimental) Create KMS keys for cross-account deployments.
|
CdkPipeline.Builder |
CdkPipeline.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials)
(experimental) A list of credentials used to authenticate to Docker registries.
|
CdkPipeline.Builder |
CdkPipeline.Builder.pipelineName(String pipelineName)
(experimental) Name of the pipeline.
|
CdkPipeline.Builder |
CdkPipeline.Builder.selfMutating(Boolean selfMutating)
(experimental) Whether the pipeline will update itself.
|
CdkPipeline.Builder |
CdkPipeline.Builder.selfMutationBuildSpec(BuildSpec selfMutationBuildSpec)
(experimental) Custom BuildSpec that is merged with generated one (for self-mutation stage).
|
CdkPipeline.Builder |
CdkPipeline.Builder.singlePublisherPerType(Boolean singlePublisherPerType)
(experimental) Whether this pipeline creates one asset upload action per asset type or one asset upload per asset.
|
CdkPipeline.Builder |
CdkPipeline.Builder.sourceAction(IAction sourceAction)
(experimental) The CodePipeline action used to retrieve the CDK app's source.
|
CdkPipeline.Builder |
CdkPipeline.Builder.subnetSelection(SubnetSelection subnetSelection)
(experimental) Which subnets to use.
|
CdkPipeline.Builder |
CdkPipeline.Builder.supportDockerAssets(Boolean supportDockerAssets)
(experimental) Whether the pipeline needs to build Docker images in the UpdatePipeline stage.
|
CdkPipeline.Builder |
CdkPipeline.Builder.synthAction(IAction synthAction)
(experimental) The CodePipeline action build and synthesis step of the CDK app.
|
CdkPipeline.Builder |
CdkPipeline.Builder.vpc(IVpc vpc)
(experimental) The VPC where to execute the CdkPipeline actions.
|
Copyright © 2021. All rights reserved.