Uses of Class
software.amazon.awscdk.services.codepipeline.Artifact
Package
Description
CDK Pipelines
AWS CodePipeline Construct Library
AWS CodePipeline Actions
-
Uses of Artifact in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptiondefault Artifact
ProduceActionOptions.getFallbackArtifact()
An input artifact that CodeBuild projects that don't actually need an input artifact can use.final Artifact
ProduceActionOptions.Jsii$Proxy.getFallbackArtifact()
ArtifactMap.toCodePipeline
(FileSet x) Return the matching CodePipeline artifact for a FileSet.Modifier and TypeMethodDescriptionProduceActionOptions.Builder.fallbackArtifact
(Artifact fallbackArtifact) Sets the value ofProduceActionOptions.getFallbackArtifact()
static CodePipelineFileSet
CodePipelineFileSet.fromArtifact
(Artifact artifact) Turn a CodePipeline Artifact into a FileSet.protected abstract Action
protected abstract Action
CodePipelineSource.getAction
(Artifact output, String actionName, Number runOrder, String variablesNamespace) -
Uses of Artifact in software.amazon.awscdk.services.codepipeline
Modifier and TypeMethodDescriptionstatic Artifact
A static factory method used to create instances of the Artifact class.ArtifactPath.getArtifact()
Modifier and TypeMethodDescriptionActionProperties.getInputs()
ActionProperties.Jsii$Proxy.getInputs()
ActionProperties.getOutputs()
ActionProperties.Jsii$Proxy.getOutputs()
Modifier and TypeMethodDescriptionSets the value ofActionProperties.getInputs()
Sets the value ofActionProperties.getOutputs()
-
Uses of Artifact in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptiondefault Artifact
CodeDeployEcsDeployActionProps.getAppSpecTemplateInput()
The artifact containing the CodeDeploy AppSpec file.final Artifact
CodeDeployEcsDeployActionProps.Jsii$Proxy.getAppSpecTemplateInput()
AlexaSkillDeployActionProps.getInput()
The source artifact containing the voice model and skill manifest.final Artifact
AlexaSkillDeployActionProps.Jsii$Proxy.getInput()
CodeBuildActionProps.getInput()
The source to use as input for this action.final Artifact
CodeBuildActionProps.Jsii$Proxy.getInput()
CodeDeployEcsContainerImageInput.getInput()
The artifact that contains animageDetails.json
file with the image URI.final Artifact
CodeDeployEcsContainerImageInput.Jsii$Proxy.getInput()
CodeDeployServerDeployActionProps.getInput()
The source to use as input for deployment.final Artifact
CodeDeployServerDeployActionProps.Jsii$Proxy.getInput()
default Artifact
EcsDeployActionProps.getInput()
The input artifact that contains the JSON image definitions file to use for deployments.final Artifact
EcsDeployActionProps.Jsii$Proxy.getInput()
ElasticBeanstalkDeployActionProps.getInput()
The source to use as input for deployment.final Artifact
ElasticBeanstalkDeployActionProps.Jsii$Proxy.getInput()
S3DeployActionProps.getInput()
The input Artifact to deploy to Amazon S3.final Artifact
S3DeployActionProps.Jsii$Proxy.getInput()
StateMachineInput.getInputArtifact()
The optional input Artifact of the Action.default Artifact
CloudFormationCreateReplaceChangeSetActionProps.getOutput()
The name of the output artifact to generate.final Artifact
CloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getOutput()
default Artifact
CloudFormationCreateUpdateStackActionProps.getOutput()
The name of the output artifact to generate.final Artifact
CloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getOutput()
default Artifact
CloudFormationDeleteStackActionProps.getOutput()
The name of the output artifact to generate.final Artifact
CloudFormationDeleteStackActionProps.Jsii$Proxy.getOutput()
default Artifact
CloudFormationExecuteChangeSetActionProps.getOutput()
The name of the output artifact to generate.final Artifact
CloudFormationExecuteChangeSetActionProps.Jsii$Proxy.getOutput()
CodeCommitSourceActionProps.getOutput()
final Artifact
CodeCommitSourceActionProps.Jsii$Proxy.getOutput()
CodeStarConnectionsSourceActionProps.getOutput()
The output artifact that this action produces.final Artifact
CodeStarConnectionsSourceActionProps.Jsii$Proxy.getOutput()
EcrSourceActionProps.getOutput()
final Artifact
EcrSourceActionProps.Jsii$Proxy.getOutput()
GitHubSourceActionProps.getOutput()
final Artifact
GitHubSourceActionProps.Jsii$Proxy.getOutput()
S3SourceActionProps.getOutput()
final Artifact
S3SourceActionProps.Jsii$Proxy.getOutput()
default Artifact
StepFunctionsInvokeActionProps.getOutput()
The optional output Artifact of the Action.final Artifact
StepFunctionsInvokeActionProps.Jsii$Proxy.getOutput()
default Artifact
AlexaSkillDeployActionProps.getParameterOverridesArtifact()
An optional artifact containing overrides for the skill manifest.final Artifact
AlexaSkillDeployActionProps.Jsii$Proxy.getParameterOverridesArtifact()
default Artifact
CodeDeployEcsDeployActionProps.getTaskDefinitionTemplateInput()
The artifact containing the ECS task definition template file.final Artifact
CodeDeployEcsDeployActionProps.Jsii$Proxy.getTaskDefinitionTemplateInput()
Modifier and TypeMethodDescriptionCloudFormationCreateReplaceChangeSetActionProps.getExtraInputs()
The list of additional input Artifacts for this Action.CloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getExtraInputs()
CloudFormationCreateUpdateStackActionProps.getExtraInputs()
The list of additional input Artifacts for this Action.CloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getExtraInputs()
CloudFormationDeleteStackActionProps.getExtraInputs()
The list of additional input Artifacts for this Action.CloudFormationDeleteStackActionProps.Jsii$Proxy.getExtraInputs()
CodeBuildActionProps.getExtraInputs()
The list of additional input Artifacts for this action.CodeBuildActionProps.Jsii$Proxy.getExtraInputs()
JenkinsActionProps.getInputs()
The source to use as input for this build.JenkinsActionProps.Jsii$Proxy.getInputs()
LambdaInvokeActionProps.getInputs()
The optional input Artifacts of the Action.LambdaInvokeActionProps.Jsii$Proxy.getInputs()
CodeBuildActionProps.getOutputs()
The list of output Artifacts for this action.CodeBuildActionProps.Jsii$Proxy.getOutputs()
JenkinsActionProps.getOutputs()
JenkinsActionProps.Jsii$Proxy.getOutputs()
LambdaInvokeActionProps.getOutputs()
The optional names of the output Artifacts of the Action.LambdaInvokeActionProps.Jsii$Proxy.getOutputs()
Modifier and TypeMethodDescriptionCodeDeployEcsDeployAction.Builder.appSpecTemplateInput
(Artifact appSpecTemplateInput) The artifact containing the CodeDeploy AppSpec file.CodeDeployEcsDeployActionProps.Builder.appSpecTemplateInput
(Artifact appSpecTemplateInput) Sets the value ofCodeDeployEcsDeployActionProps.getAppSpecTemplateInput()
The source artifact containing the voice model and skill manifest.Sets the value ofAlexaSkillDeployActionProps.getInput()
The source to use as input for this action.Sets the value ofCodeBuildActionProps.getInput()
Sets the value ofCodeDeployEcsContainerImageInput.getInput()
The source to use as input for deployment.Sets the value ofCodeDeployServerDeployActionProps.getInput()
The input artifact that contains the JSON image definitions file to use for deployments.Sets the value ofEcsDeployActionProps.getInput()
The source to use as input for deployment.Sets the value ofElasticBeanstalkDeployActionProps.getInput()
The input Artifact to deploy to Amazon S3.Sets the value ofS3DeployActionProps.getInput()
The name of the output artifact to generate.Sets the value ofCloudFormationCreateReplaceChangeSetActionProps.getOutput()
The name of the output artifact to generate.Sets the value ofCloudFormationCreateUpdateStackActionProps.getOutput()
The name of the output artifact to generate.Sets the value ofCloudFormationDeleteStackActionProps.getOutput()
The name of the output artifact to generate.Sets the value ofCloudFormationExecuteChangeSetActionProps.getOutput()
Sets the value ofCodeCommitSourceActionProps.getOutput()
The output artifact that this action produces.Sets the value ofCodeStarConnectionsSourceActionProps.getOutput()
Sets the value ofEcrSourceActionProps.getOutput()
Sets the value ofGitHubSourceActionProps.getOutput()
Sets the value ofS3SourceActionProps.getOutput()
The optional output Artifact of the Action.Sets the value ofStepFunctionsInvokeActionProps.getOutput()
AlexaSkillDeployAction.Builder.parameterOverridesArtifact
(Artifact parameterOverridesArtifact) An optional artifact containing overrides for the skill manifest.AlexaSkillDeployActionProps.Builder.parameterOverridesArtifact
(Artifact parameterOverridesArtifact) Sets the value ofAlexaSkillDeployActionProps.getParameterOverridesArtifact()
CodeDeployEcsDeployAction.Builder.taskDefinitionTemplateInput
(Artifact taskDefinitionTemplateInput) The artifact containing the ECS task definition template file.CodeDeployEcsDeployActionProps.Builder.taskDefinitionTemplateInput
(Artifact taskDefinitionTemplateInput) Sets the value ofCodeDeployEcsDeployActionProps.getTaskDefinitionTemplateInput()
Modifier and TypeMethodDescriptionCloudFormationCreateReplaceChangeSetAction.Builder.extraInputs
(List<? extends Artifact> extraInputs) The list of additional input Artifacts for this Action.CloudFormationCreateReplaceChangeSetActionProps.Builder.extraInputs
(List<? extends Artifact> extraInputs) Sets the value ofCloudFormationCreateReplaceChangeSetActionProps.getExtraInputs()
CloudFormationCreateUpdateStackAction.Builder.extraInputs
(List<? extends Artifact> extraInputs) The list of additional input Artifacts for this Action.CloudFormationCreateUpdateStackActionProps.Builder.extraInputs
(List<? extends Artifact> extraInputs) Sets the value ofCloudFormationCreateUpdateStackActionProps.getExtraInputs()
CloudFormationDeleteStackAction.Builder.extraInputs
(List<? extends Artifact> extraInputs) The list of additional input Artifacts for this Action.CloudFormationDeleteStackActionProps.Builder.extraInputs
(List<? extends Artifact> extraInputs) Sets the value ofCloudFormationDeleteStackActionProps.getExtraInputs()
CodeBuildAction.Builder.extraInputs
(List<? extends Artifact> extraInputs) The list of additional input Artifacts for this action.CodeBuildActionProps.Builder.extraInputs
(List<? extends Artifact> extraInputs) Sets the value ofCodeBuildActionProps.getExtraInputs()
The source to use as input for this build.Sets the value ofJenkinsActionProps.getInputs()
The optional input Artifacts of the Action.Sets the value ofLambdaInvokeActionProps.getInputs()
The list of output Artifacts for this action.Sets the value ofCodeBuildActionProps.getOutputs()
Sets the value ofJenkinsActionProps.getOutputs()
The optional names of the output Artifacts of the Action.Sets the value ofLambdaInvokeActionProps.getOutputs()