Uses of Class
software.amazon.awscdk.services.codepipeline.ArtifactPath
Package
Description
CDK Pipelines
AWS CodePipeline Construct Library
AWS CodePipeline Actions
-
Uses of ArtifactPath in software.amazon.awscdk.pipelines
ModifierConstructorDescriptionStackOutput
(ArtifactPath artifactFile, String outputName) Deprecated. -
Uses of ArtifactPath in software.amazon.awscdk.services.codepipeline
Modifier and TypeMethodDescriptionstatic ArtifactPath
ArtifactPath.artifactPath
(String artifactName, String fileName) Returns an ArtifactPath for a file within this artifact. -
Uses of ArtifactPath in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptiondefault ArtifactPath
CodeDeployEcsDeployActionProps.getAppSpecTemplateFile()
The name of the CodeDeploy AppSpec file.final ArtifactPath
CodeDeployEcsDeployActionProps.Jsii$Proxy.getAppSpecTemplateFile()
default ArtifactPath
EcsDeployActionProps.getImageFile()
The name of the JSON image definitions file to use for deployments.final ArtifactPath
EcsDeployActionProps.Jsii$Proxy.getImageFile()
default ArtifactPath
CodeDeployEcsDeployActionProps.getTaskDefinitionTemplateFile()
The name of the ECS task definition template file.final ArtifactPath
CodeDeployEcsDeployActionProps.Jsii$Proxy.getTaskDefinitionTemplateFile()
default ArtifactPath
CloudFormationCreateReplaceChangeSetActionProps.getTemplateConfiguration()
Input artifact to use for template parameters values and stack policy.final ArtifactPath
CloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getTemplateConfiguration()
default ArtifactPath
CloudFormationCreateUpdateStackActionProps.getTemplateConfiguration()
Input artifact to use for template parameters values and stack policy.final ArtifactPath
CloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getTemplateConfiguration()
default ArtifactPath
CloudFormationDeleteStackActionProps.getTemplateConfiguration()
Input artifact to use for template parameters values and stack policy.final ArtifactPath
CloudFormationDeleteStackActionProps.Jsii$Proxy.getTemplateConfiguration()
CloudFormationCreateReplaceChangeSetActionProps.getTemplatePath()
Input artifact with the ChangeSet's CloudFormation template.final ArtifactPath
CloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getTemplatePath()
CloudFormationCreateUpdateStackActionProps.getTemplatePath()
Input artifact with the CloudFormation template to deploy.final ArtifactPath
CloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getTemplatePath()
ServiceCatalogDeployActionBeta1Props.getTemplatePath()
The path to the cloudformation artifact.final ArtifactPath
ServiceCatalogDeployActionBeta1Props.Jsii$Proxy.getTemplatePath()
Modifier and TypeMethodDescriptionCodeDeployEcsDeployAction.Builder.appSpecTemplateFile
(ArtifactPath appSpecTemplateFile) The name of the CodeDeploy AppSpec file.CodeDeployEcsDeployActionProps.Builder.appSpecTemplateFile
(ArtifactPath appSpecTemplateFile) Sets the value ofCodeDeployEcsDeployActionProps.getAppSpecTemplateFile()
static StateMachineInput
StateMachineInput.filePath
(ArtifactPath inputFile) When the input type is FilePath, input artifact and filepath must be specified.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.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.EcsDeployAction.Builder.imageFile
(ArtifactPath imageFile) The name of the JSON image definitions file to use for deployments.EcsDeployActionProps.Builder.imageFile
(ArtifactPath imageFile) Sets the value ofEcsDeployActionProps.getImageFile()
CodeDeployEcsDeployAction.Builder.taskDefinitionTemplateFile
(ArtifactPath taskDefinitionTemplateFile) The name of the ECS task definition template file.CodeDeployEcsDeployActionProps.Builder.taskDefinitionTemplateFile
(ArtifactPath taskDefinitionTemplateFile) Sets the value ofCodeDeployEcsDeployActionProps.getTaskDefinitionTemplateFile()
CloudFormationCreateReplaceChangeSetAction.Builder.templateConfiguration
(ArtifactPath templateConfiguration) Input artifact to use for template parameters values and stack policy.CloudFormationCreateReplaceChangeSetActionProps.Builder.templateConfiguration
(ArtifactPath templateConfiguration) CloudFormationCreateUpdateStackAction.Builder.templateConfiguration
(ArtifactPath templateConfiguration) Input artifact to use for template parameters values and stack policy.CloudFormationCreateUpdateStackActionProps.Builder.templateConfiguration
(ArtifactPath templateConfiguration) Sets the value ofCloudFormationCreateUpdateStackActionProps.getTemplateConfiguration()
CloudFormationDeleteStackAction.Builder.templateConfiguration
(ArtifactPath templateConfiguration) Input artifact to use for template parameters values and stack policy.CloudFormationDeleteStackActionProps.Builder.templateConfiguration
(ArtifactPath templateConfiguration) Sets the value ofCloudFormationDeleteStackActionProps.getTemplateConfiguration()
CloudFormationCreateReplaceChangeSetAction.Builder.templatePath
(ArtifactPath templatePath) Input artifact with the ChangeSet's CloudFormation template.CloudFormationCreateReplaceChangeSetActionProps.Builder.templatePath
(ArtifactPath templatePath) Sets the value ofCloudFormationCreateReplaceChangeSetActionProps.getTemplatePath()
CloudFormationCreateUpdateStackAction.Builder.templatePath
(ArtifactPath templatePath) Input artifact with the CloudFormation template to deploy.CloudFormationCreateUpdateStackActionProps.Builder.templatePath
(ArtifactPath templatePath) Sets the value ofCloudFormationCreateUpdateStackActionProps.getTemplatePath()
ServiceCatalogDeployActionBeta1.Builder.templatePath
(ArtifactPath templatePath) The path to the cloudformation artifact.ServiceCatalogDeployActionBeta1Props.Builder.templatePath
(ArtifactPath templatePath) Sets the value ofServiceCatalogDeployActionBeta1Props.getTemplatePath()