| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactPath |
StackOutput.getArtifactFile()
Deprecated.
|
| Constructor and Description |
|---|
StackOutput(ArtifactPath artifactFile,
String outputName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactPath |
ArtifactPath.artifactPath(String artifactName,
String fileName) |
ArtifactPath |
Artifact.atPath(String fileName)
(experimental) Returns an ArtifactPath for a file within this artifact.
|
| Modifier and Type | Method and Description |
|---|---|
default ArtifactPath |
CodeDeployEcsDeployActionProps.getAppSpecTemplateFile()
(experimental) The name of the CodeDeploy AppSpec file.
|
ArtifactPath |
CodeDeployEcsDeployActionProps.Jsii$Proxy.getAppSpecTemplateFile() |
default ArtifactPath |
EcsDeployActionProps.getImageFile()
(experimental) The name of the JSON image definitions file to use for deployments.
|
ArtifactPath |
EcsDeployActionProps.Jsii$Proxy.getImageFile() |
default ArtifactPath |
CodeDeployEcsDeployActionProps.getTaskDefinitionTemplateFile()
(experimental) The name of the ECS task definition template file.
|
ArtifactPath |
CodeDeployEcsDeployActionProps.Jsii$Proxy.getTaskDefinitionTemplateFile() |
default ArtifactPath |
CloudFormationCreateUpdateStackActionProps.getTemplateConfiguration()
(experimental) Input artifact to use for template parameters values and stack policy.
|
ArtifactPath |
CloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getTemplateConfiguration() |
default ArtifactPath |
CloudFormationCreateReplaceChangeSetActionProps.getTemplateConfiguration()
(experimental) Input artifact to use for template parameters values and stack policy.
|
ArtifactPath |
CloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getTemplateConfiguration() |
default ArtifactPath |
CloudFormationDeleteStackActionProps.getTemplateConfiguration()
(experimental) Input artifact to use for template parameters values and stack policy.
|
ArtifactPath |
CloudFormationDeleteStackActionProps.Jsii$Proxy.getTemplateConfiguration() |
ArtifactPath |
CloudFormationCreateUpdateStackActionProps.getTemplatePath()
(experimental) Input artifact with the CloudFormation template to deploy.
|
ArtifactPath |
CloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getTemplatePath() |
ArtifactPath |
ServiceCatalogDeployActionBeta1Props.getTemplatePath()
(experimental) The path to the cloudformation artifact.
|
ArtifactPath |
ServiceCatalogDeployActionBeta1Props.Jsii$Proxy.getTemplatePath() |
ArtifactPath |
CloudFormationCreateReplaceChangeSetActionProps.getTemplatePath()
(experimental) Input artifact with the ChangeSet's CloudFormation template.
|
ArtifactPath |
CloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getTemplatePath() |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployEcsDeployAction.Builder |
CodeDeployEcsDeployAction.Builder.appSpecTemplateFile(ArtifactPath appSpecTemplateFile)
(experimental) The name of the CodeDeploy AppSpec file.
|
CodeDeployEcsDeployActionProps.Builder |
CodeDeployEcsDeployActionProps.Builder.appSpecTemplateFile(ArtifactPath appSpecTemplateFile)
Sets the value of
CodeDeployEcsDeployActionProps.getAppSpecTemplateFile() |
static StateMachineInput |
StateMachineInput.filePath(ArtifactPath inputFile)
(experimental) When the input type is FilePath, input artifact and filepath must be specified.
|
static StackSetParameters |
StackSetParameters.fromArtifactPath(ArtifactPath artifactPath)
(experimental) Read the parameters from a JSON file from one of the pipeline's artifacts.
|
static StackSetTemplate |
StackSetTemplate.fromArtifactPath(ArtifactPath artifactPath)
(experimental) Use a file in an artifact as Stack Template.
|
static StackInstances |
StackInstances.fromArtifactPath(ArtifactPath artifactPath,
List<String> regions)
(experimental) Create stack instances in a set of accounts or organizational units taken from the pipeline artifacts, and a set of regions The file must be a JSON file containing a list of strings.
|
EcsDeployAction.Builder |
EcsDeployAction.Builder.imageFile(ArtifactPath imageFile)
(experimental) The name of the JSON image definitions file to use for deployments.
|
EcsDeployActionProps.Builder |
EcsDeployActionProps.Builder.imageFile(ArtifactPath imageFile)
Sets the value of
EcsDeployActionProps.getImageFile() |
CodeDeployEcsDeployAction.Builder |
CodeDeployEcsDeployAction.Builder.taskDefinitionTemplateFile(ArtifactPath taskDefinitionTemplateFile)
(experimental) The name of the ECS task definition template file.
|
CodeDeployEcsDeployActionProps.Builder |
CodeDeployEcsDeployActionProps.Builder.taskDefinitionTemplateFile(ArtifactPath taskDefinitionTemplateFile)
Sets the value of
CodeDeployEcsDeployActionProps.getTaskDefinitionTemplateFile() |
CloudFormationCreateUpdateStackAction.Builder |
CloudFormationCreateUpdateStackAction.Builder.templateConfiguration(ArtifactPath templateConfiguration)
(experimental) Input artifact to use for template parameters values and stack policy.
|
CloudFormationCreateUpdateStackActionProps.Builder |
CloudFormationCreateUpdateStackActionProps.Builder.templateConfiguration(ArtifactPath templateConfiguration)
Sets the value of
CloudFormationCreateUpdateStackActionProps.getTemplateConfiguration() |
CloudFormationCreateReplaceChangeSetAction.Builder |
CloudFormationCreateReplaceChangeSetAction.Builder.templateConfiguration(ArtifactPath templateConfiguration)
(experimental) Input artifact to use for template parameters values and stack policy.
|
CloudFormationCreateReplaceChangeSetActionProps.Builder |
CloudFormationCreateReplaceChangeSetActionProps.Builder.templateConfiguration(ArtifactPath templateConfiguration)
|
CloudFormationDeleteStackAction.Builder |
CloudFormationDeleteStackAction.Builder.templateConfiguration(ArtifactPath templateConfiguration)
(experimental) Input artifact to use for template parameters values and stack policy.
|
CloudFormationDeleteStackActionProps.Builder |
CloudFormationDeleteStackActionProps.Builder.templateConfiguration(ArtifactPath templateConfiguration)
Sets the value of
CloudFormationDeleteStackActionProps.getTemplateConfiguration() |
CloudFormationCreateUpdateStackAction.Builder |
CloudFormationCreateUpdateStackAction.Builder.templatePath(ArtifactPath templatePath)
(experimental) Input artifact with the CloudFormation template to deploy.
|
CloudFormationCreateUpdateStackActionProps.Builder |
CloudFormationCreateUpdateStackActionProps.Builder.templatePath(ArtifactPath templatePath)
Sets the value of
CloudFormationCreateUpdateStackActionProps.getTemplatePath() |
CloudFormationCreateReplaceChangeSetAction.Builder |
CloudFormationCreateReplaceChangeSetAction.Builder.templatePath(ArtifactPath templatePath)
(experimental) Input artifact with the ChangeSet's CloudFormation template.
|
ServiceCatalogDeployActionBeta1Props.Builder |
ServiceCatalogDeployActionBeta1Props.Builder.templatePath(ArtifactPath templatePath)
Sets the value of
ServiceCatalogDeployActionBeta1Props.getTemplatePath() |
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.templatePath(ArtifactPath templatePath)
(experimental) The path to the cloudformation artifact.
|
CloudFormationCreateReplaceChangeSetActionProps.Builder |
CloudFormationCreateReplaceChangeSetActionProps.Builder.templatePath(ArtifactPath templatePath)
Sets the value of
CloudFormationCreateReplaceChangeSetActionProps.getTemplatePath() |
Copyright © 2022. All rights reserved.