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