| 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)
(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 |
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() |
default ArtifactPath |
CloudFormationCreateUpdateStackActionProps.getTemplateConfiguration()
(experimental) Input artifact to use for template parameters values and stack policy.
|
ArtifactPath |
CloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getTemplateConfiguration() |
ArtifactPath |
CloudFormationCreateReplaceChangeSetActionProps.getTemplatePath()
(experimental) Input artifact with the ChangeSet's CloudFormation template.
|
ArtifactPath |
CloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getTemplatePath() |
ArtifactPath |
ServiceCatalogDeployActionBeta1Props.getTemplatePath()
(experimental) The path to the cloudformation artifact.
|
ArtifactPath |
ServiceCatalogDeployActionBeta1Props.Jsii$Proxy.getTemplatePath() |
ArtifactPath |
CloudFormationCreateUpdateStackActionProps.getTemplatePath()
(experimental) 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)
(experimental) The name of the CodeDeploy AppSpec file.
|
static StateMachineInput |
StateMachineInput.filePath(ArtifactPath inputFile)
(experimental) When the input type is FilePath, input artifact and filepath must be specified.
|
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() |
CodeDeployEcsDeployActionProps.Builder |
CodeDeployEcsDeployActionProps.Builder.taskDefinitionTemplateFile(ArtifactPath taskDefinitionTemplateFile)
Sets the value of
CodeDeployEcsDeployActionProps.getTaskDefinitionTemplateFile() |
CodeDeployEcsDeployAction.Builder |
CodeDeployEcsDeployAction.Builder.taskDefinitionTemplateFile(ArtifactPath taskDefinitionTemplateFile)
(experimental) The name of the ECS task definition template file.
|
CloudFormationCreateUpdateStackAction.Builder |
CloudFormationCreateUpdateStackAction.Builder.templateConfiguration(ArtifactPath templateConfiguration)
(experimental) Input artifact to use for template parameters values and stack policy.
|
CloudFormationDeleteStackAction.Builder |
CloudFormationDeleteStackAction.Builder.templateConfiguration(ArtifactPath templateConfiguration)
(experimental) Input artifact to use for template parameters values and stack policy.
|
CloudFormationCreateReplaceChangeSetActionProps.Builder |
CloudFormationCreateReplaceChangeSetActionProps.Builder.templateConfiguration(ArtifactPath templateConfiguration)
|
CloudFormationDeleteStackActionProps.Builder |
CloudFormationDeleteStackActionProps.Builder.templateConfiguration(ArtifactPath templateConfiguration)
Sets the value of
CloudFormationDeleteStackActionProps.getTemplateConfiguration() |
CloudFormationCreateReplaceChangeSetAction.Builder |
CloudFormationCreateReplaceChangeSetAction.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() |
CloudFormationCreateUpdateStackAction.Builder |
CloudFormationCreateUpdateStackAction.Builder.templatePath(ArtifactPath templatePath)
(experimental) Input artifact with the CloudFormation template to deploy.
|
CloudFormationCreateReplaceChangeSetActionProps.Builder |
CloudFormationCreateReplaceChangeSetActionProps.Builder.templatePath(ArtifactPath templatePath)
Sets the value of
CloudFormationCreateReplaceChangeSetActionProps.getTemplatePath() |
ServiceCatalogDeployActionBeta1.Builder |
ServiceCatalogDeployActionBeta1.Builder.templatePath(ArtifactPath templatePath)
(experimental) The path to the cloudformation artifact.
|
ServiceCatalogDeployActionBeta1Props.Builder |
ServiceCatalogDeployActionBeta1Props.Builder.templatePath(ArtifactPath templatePath)
Sets the value of
ServiceCatalogDeployActionBeta1Props.getTemplatePath() |
CloudFormationCreateReplaceChangeSetAction.Builder |
CloudFormationCreateReplaceChangeSetAction.Builder.templatePath(ArtifactPath templatePath)
(experimental) Input artifact with the ChangeSet's CloudFormation template.
|
CloudFormationCreateUpdateStackActionProps.Builder |
CloudFormationCreateUpdateStackActionProps.Builder.templatePath(ArtifactPath templatePath)
Sets the value of
CloudFormationCreateUpdateStackActionProps.getTemplatePath() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean adminPermissions,
String stackName,
ArtifactPath templatePath,
String account,
List<? extends CfnCapabilities> cfnCapabilities,
IRole deploymentRole,
List<? extends Artifact> extraInputs,
Artifact output,
String outputFileName,
Map<String,? extends Object> parameterOverrides,
String region,
Boolean replaceOnFailure,
ArtifactPath templateConfiguration,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CloudFormationCreateUpdateStackActionProps.Builder. |
Jsii$Proxy(Boolean adminPermissions,
String changeSetName,
String stackName,
ArtifactPath templatePath,
String account,
List<? extends CfnCapabilities> cfnCapabilities,
IRole deploymentRole,
List<? extends Artifact> extraInputs,
Artifact output,
String outputFileName,
Map<String,? extends Object> parameterOverrides,
String region,
ArtifactPath templateConfiguration,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CloudFormationCreateReplaceChangeSetActionProps.Builder. |
Jsii$Proxy(Boolean adminPermissions,
String stackName,
String account,
List<? extends CfnCapabilities> cfnCapabilities,
IRole deploymentRole,
List<? extends Artifact> extraInputs,
Artifact output,
String outputFileName,
Map<String,? extends Object> parameterOverrides,
String region,
ArtifactPath templateConfiguration,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CloudFormationDeleteStackActionProps.Builder. |
Jsii$Proxy(IBaseService service,
Duration deploymentTimeout,
ArtifactPath imageFile,
Artifact input,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
EcsDeployActionProps.Builder. |
Jsii$Proxy(IEcsDeploymentGroup deploymentGroup,
ArtifactPath appSpecTemplateFile,
Artifact appSpecTemplateInput,
List<? extends CodeDeployEcsContainerImageInput> containerImageInputs,
ArtifactPath taskDefinitionTemplateFile,
Artifact taskDefinitionTemplateInput,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CodeDeployEcsDeployActionProps.Builder. |
Jsii$Proxy(String productId,
String productVersionName,
ArtifactPath templatePath,
String productVersionDescription,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
ServiceCatalogDeployActionBeta1Props.Builder. |
Copyright © 2021. All rights reserved.