Uses of Class
software.amazon.awscdk.services.codepipeline.ArtifactPath
Packages that use ArtifactPath
Package
Description
AWS CodePipeline Construct Library
AWS CodePipeline Actions
- 
Uses of ArtifactPath in software.amazon.awscdk.services.codepipelineMethods in software.amazon.awscdk.services.codepipeline that return ArtifactPathModifier and TypeMethodDescriptionstatic ArtifactPathArtifactPath.artifactPath(String artifactName, String fileName) Returns an ArtifactPath for a file within this artifact.
- 
Uses of ArtifactPath in software.amazon.awscdk.services.codepipeline.actionsMethods in software.amazon.awscdk.services.codepipeline.actions that return ArtifactPathModifier and TypeMethodDescriptiondefault ArtifactPathCodeDeployEcsDeployActionProps.getAppSpecTemplateFile()The name of the CodeDeploy AppSpec file.final ArtifactPathCodeDeployEcsDeployActionProps.Jsii$Proxy.getAppSpecTemplateFile()default ArtifactPathEcsDeployActionProps.getImageFile()The name of the JSON image definitions file to use for deployments.final ArtifactPathEcsDeployActionProps.Jsii$Proxy.getImageFile()default ArtifactPathCodeDeployEcsDeployActionProps.getTaskDefinitionTemplateFile()The name of the ECS task definition template file.final ArtifactPathCodeDeployEcsDeployActionProps.Jsii$Proxy.getTaskDefinitionTemplateFile()default ArtifactPathCloudFormationCreateReplaceChangeSetActionProps.getTemplateConfiguration()Input artifact to use for template parameters values and stack policy.final ArtifactPathCloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getTemplateConfiguration()default ArtifactPathCloudFormationCreateUpdateStackActionProps.getTemplateConfiguration()Input artifact to use for template parameters values and stack policy.final ArtifactPathCloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getTemplateConfiguration()default ArtifactPathCloudFormationDeleteStackActionProps.getTemplateConfiguration()Input artifact to use for template parameters values and stack policy.final ArtifactPathCloudFormationDeleteStackActionProps.Jsii$Proxy.getTemplateConfiguration()CloudFormationCreateReplaceChangeSetActionProps.getTemplatePath()Input artifact with the ChangeSet's CloudFormation template.final ArtifactPathCloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getTemplatePath()CloudFormationCreateUpdateStackActionProps.getTemplatePath()Input artifact with the CloudFormation template to deploy.final ArtifactPathCloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getTemplatePath()ServiceCatalogDeployActionBeta1Props.getTemplatePath()The path to the cloudformation artifact.final ArtifactPathServiceCatalogDeployActionBeta1Props.Jsii$Proxy.getTemplatePath()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type ArtifactPathModifier and TypeMethodDescriptionCodeDeployEcsDeployAction.Builder.appSpecTemplateFile(ArtifactPath appSpecTemplateFile) The name of the CodeDeploy AppSpec file.CodeDeployEcsDeployActionProps.Builder.appSpecTemplateFile(ArtifactPath appSpecTemplateFile) Sets the value ofCodeDeployEcsDeployActionProps.getAppSpecTemplateFile()static StateMachineInputStateMachineInput.filePath(ArtifactPath inputFile) When the input type is FilePath, input artifact and filepath must be specified.static StackInstancesStackInstances.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 StackSetParametersStackSetParameters.fromArtifactPath(ArtifactPath artifactPath) Read the parameters from a JSON file from one of the pipeline's artifacts.static StackSetTemplateStackSetTemplate.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()