Uses of Class
software.amazon.awscdk.services.codepipeline.Artifact
Packages that use Artifact
Package
Description
Continuous Integration / Continuous Delivery for CDK Applications
CDK Pipelines
AWS CodePipeline Construct Library
AWS CodePipeline Actions
-
Uses of Artifact in software.amazon.awscdk.appdelivery
Methods in software.amazon.awscdk.appdelivery that return ArtifactModifier and TypeMethodDescriptionPipelineDeployStackActionProps.getInput()Deprecated.final ArtifactPipelineDeployStackActionProps.Jsii$Proxy.getInput()Deprecated.Methods in software.amazon.awscdk.appdelivery with parameters of type ArtifactModifier and TypeMethodDescriptionDeprecated.Deprecated. -
Uses of Artifact in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return ArtifactModifier and TypeMethodDescriptionAdditionalArtifact.getArtifact()Deprecated.final ArtifactAdditionalArtifact.Jsii$Proxy.getArtifact()Deprecated.CdkPipelineProps.getCloudAssemblyArtifact()Deprecated.final ArtifactCdkPipelineProps.Jsii$Proxy.getCloudAssemblyArtifact()Deprecated.CdkStageProps.getCloudAssemblyArtifact()Deprecated.final ArtifactCdkStageProps.Jsii$Proxy.getCloudAssemblyArtifact()Deprecated.final ArtifactSimpleSynthActionProps.Jsii$Proxy.getCloudAssemblyArtifact()Deprecated.SimpleSynthOptions.getCloudAssemblyArtifact()Deprecated.final ArtifactSimpleSynthOptions.Jsii$Proxy.getCloudAssemblyArtifact()Deprecated.final ArtifactStandardNpmSynthOptions.Jsii$Proxy.getCloudAssemblyArtifact()Deprecated.final ArtifactStandardYarnSynthOptions.Jsii$Proxy.getCloudAssemblyArtifact()Deprecated.final ArtifactCdkStackActionFromArtifactOptions.Jsii$Proxy.getCloudAssemblyInput()Deprecated.DeployCdkStackActionOptions.getCloudAssemblyInput()Deprecated.final ArtifactDeployCdkStackActionOptions.Jsii$Proxy.getCloudAssemblyInput()Deprecated.final ArtifactDeployCdkStackActionProps.Jsii$Proxy.getCloudAssemblyInput()Deprecated.FromStackArtifactOptions.getCloudAssemblyInput()Deprecated.final ArtifactFromStackArtifactOptions.Jsii$Proxy.getCloudAssemblyInput()Deprecated.PublishAssetsActionProps.getCloudAssemblyInput()Deprecated.final ArtifactPublishAssetsActionProps.Jsii$Proxy.getCloudAssemblyInput()Deprecated.UpdatePipelineActionProps.getCloudAssemblyInput()Deprecated.final ArtifactUpdatePipelineActionProps.Jsii$Proxy.getCloudAssemblyInput()Deprecated.default ArtifactProduceActionOptions.getFallbackArtifact()An input artifact that CodeBuild projects that don't actually need an input artifact can use.final ArtifactProduceActionOptions.Jsii$Proxy.getFallbackArtifact()final ArtifactCdkStackActionFromArtifactOptions.Jsii$Proxy.getOutput()Deprecated.default ArtifactDeployCdkStackActionOptions.getOutput()Deprecated.final ArtifactDeployCdkStackActionOptions.Jsii$Proxy.getOutput()Deprecated.final ArtifactDeployCdkStackActionProps.Jsii$Proxy.getOutput()Deprecated.default ArtifactFromStackArtifactOptions.getOutput()Deprecated.final ArtifactFromStackArtifactOptions.Jsii$Proxy.getOutput()Deprecated.final ArtifactSimpleSynthActionProps.Jsii$Proxy.getSourceArtifact()Deprecated.SimpleSynthOptions.getSourceArtifact()Deprecated.final ArtifactSimpleSynthOptions.Jsii$Proxy.getSourceArtifact()Deprecated.final ArtifactStandardNpmSynthOptions.Jsii$Proxy.getSourceArtifact()Deprecated.final ArtifactStandardYarnSynthOptions.Jsii$Proxy.getSourceArtifact()Deprecated.default ArtifactIStageHost.Jsii$Default.stackOutputArtifact(String stackArtifactId) Deprecated.final ArtifactIStageHost.Jsii$Proxy.stackOutputArtifact(String stackArtifactId) Deprecated.IStageHost.stackOutputArtifact(String stackArtifactId) Deprecated.ArtifactMap.toCodePipeline(FileSet x) Return the matching CodePipeline artifact for a FileSet.Methods in software.amazon.awscdk.pipelines that return types with arguments of type ArtifactModifier and TypeMethodDescriptionShellScriptActionProps.getAdditionalArtifacts()Deprecated.ShellScriptActionProps.Jsii$Proxy.getAdditionalArtifacts()Deprecated.Methods in software.amazon.awscdk.pipelines with parameters of type ArtifactModifier and TypeMethodDescriptionDeprecated.CdkPipeline.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.CdkPipelineProps.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.CdkStage.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.CdkStageProps.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.SimpleSynthAction.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.SimpleSynthActionProps.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.SimpleSynthOptions.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.StandardNpmSynthOptions.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.StandardYarnSynthOptions.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.CdkStackActionFromArtifactOptions.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.DeployCdkStackAction.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.DeployCdkStackActionOptions.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.DeployCdkStackActionProps.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.FromStackArtifactOptions.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.PublishAssetsAction.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.PublishAssetsActionProps.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.UpdatePipelineAction.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.UpdatePipelineActionProps.Builder.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.ProduceActionOptions.Builder.fallbackArtifact(Artifact fallbackArtifact) Sets the value ofProduceActionOptions.getFallbackArtifact()static CodePipelineFileSetCodePipelineFileSet.fromArtifact(Artifact artifact) Turn a CodePipeline Artifact into a FileSet.protected abstract Actionprotected abstract ActionCodePipelineSource.getAction(Artifact output, String actionName, Number runOrder, String variablesNamespace) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.SimpleSynthAction.Builder.sourceArtifact(Artifact sourceArtifact) Deprecated.SimpleSynthActionProps.Builder.sourceArtifact(Artifact sourceArtifact) Deprecated.SimpleSynthOptions.Builder.sourceArtifact(Artifact sourceArtifact) Deprecated.StandardNpmSynthOptions.Builder.sourceArtifact(Artifact sourceArtifact) Deprecated.StandardYarnSynthOptions.Builder.sourceArtifact(Artifact sourceArtifact) Deprecated.Method parameters in software.amazon.awscdk.pipelines with type arguments of type ArtifactModifier and TypeMethodDescriptionShellScriptAction.Builder.additionalArtifacts(List<? extends Artifact> additionalArtifacts) Deprecated.ShellScriptActionProps.Builder.additionalArtifacts(List<? extends Artifact> additionalArtifacts) Deprecated. -
Uses of Artifact in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return ArtifactModifier and TypeMethodDescriptionstatic ArtifactA static factory method used to create instances of the Artifact class.ArtifactPath.getArtifact()Methods in software.amazon.awscdk.services.codepipeline that return types with arguments of type ArtifactModifier and TypeMethodDescriptionActionProperties.getInputs()ActionProperties.Jsii$Proxy.getInputs()ActionProperties.getOutputs()ActionProperties.Jsii$Proxy.getOutputs()Method parameters in software.amazon.awscdk.services.codepipeline with type arguments of type ArtifactModifier and TypeMethodDescriptionSets the value ofActionProperties.getInputs()Sets the value ofActionProperties.getOutputs()Constructors in software.amazon.awscdk.services.codepipeline with parameters of type Artifact -
Uses of Artifact in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return ArtifactModifier and TypeMethodDescriptiondefault ArtifactCodeDeployEcsDeployActionProps.getAppSpecTemplateInput()The artifact containing the CodeDeploy AppSpec file.final ArtifactCodeDeployEcsDeployActionProps.Jsii$Proxy.getAppSpecTemplateInput()AlexaSkillDeployActionProps.getInput()The source artifact containing the voice model and skill manifest.final ArtifactAlexaSkillDeployActionProps.Jsii$Proxy.getInput()CodeBuildActionProps.getInput()The source to use as input for this action.final ArtifactCodeBuildActionProps.Jsii$Proxy.getInput()CodeDeployEcsContainerImageInput.getInput()The artifact that contains animageDetails.jsonfile with the image URI.final ArtifactCodeDeployEcsContainerImageInput.Jsii$Proxy.getInput()CodeDeployServerDeployActionProps.getInput()The source to use as input for deployment.final ArtifactCodeDeployServerDeployActionProps.Jsii$Proxy.getInput()default ArtifactEcsDeployActionProps.getInput()The input artifact that contains the JSON image definitions file to use for deployments.final ArtifactEcsDeployActionProps.Jsii$Proxy.getInput()S3DeployActionProps.getInput()The input Artifact to deploy to Amazon S3.final ArtifactS3DeployActionProps.Jsii$Proxy.getInput()StateMachineInput.getInputArtifact()The optional input Artifact of the Action.final ArtifactBitBucketSourceActionProps.Jsii$Proxy.getOutput()Deprecated.default ArtifactCloudFormationCreateReplaceChangeSetActionProps.getOutput()The name of the output artifact to generate.final ArtifactCloudFormationCreateReplaceChangeSetActionProps.Jsii$Proxy.getOutput()default ArtifactCloudFormationCreateUpdateStackActionProps.getOutput()The name of the output artifact to generate.final ArtifactCloudFormationCreateUpdateStackActionProps.Jsii$Proxy.getOutput()default ArtifactCloudFormationDeleteStackActionProps.getOutput()The name of the output artifact to generate.final ArtifactCloudFormationDeleteStackActionProps.Jsii$Proxy.getOutput()default ArtifactCloudFormationExecuteChangeSetActionProps.getOutput()The name of the output artifact to generate.final ArtifactCloudFormationExecuteChangeSetActionProps.Jsii$Proxy.getOutput()CodeCommitSourceActionProps.getOutput()final ArtifactCodeCommitSourceActionProps.Jsii$Proxy.getOutput()CodeStarConnectionsSourceActionProps.getOutput()The output artifact that this action produces.final ArtifactCodeStarConnectionsSourceActionProps.Jsii$Proxy.getOutput()EcrSourceActionProps.getOutput()final ArtifactEcrSourceActionProps.Jsii$Proxy.getOutput()GitHubSourceActionProps.getOutput()final ArtifactGitHubSourceActionProps.Jsii$Proxy.getOutput()S3SourceActionProps.getOutput()final ArtifactS3SourceActionProps.Jsii$Proxy.getOutput()default ArtifactStepFunctionsInvokeActionProps.getOutput()The optional output Artifact of the Action.final ArtifactStepFunctionsInvokeActionProps.Jsii$Proxy.getOutput()default ArtifactAlexaSkillDeployActionProps.getParameterOverridesArtifact()An optional artifact containing overrides for the skill manifest.final ArtifactAlexaSkillDeployActionProps.Jsii$Proxy.getParameterOverridesArtifact()default ArtifactCodeDeployEcsDeployActionProps.getTaskDefinitionTemplateInput()The artifact containing the ECS task definition template file.final ArtifactCodeDeployEcsDeployActionProps.Jsii$Proxy.getTaskDefinitionTemplateInput()Methods in software.amazon.awscdk.services.codepipeline.actions that return types with arguments of type ArtifactModifier 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()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type ArtifactModifier 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 input Artifact to deploy to Amazon S3.Sets the value ofS3DeployActionProps.getInput()Deprecated.The output artifact that this action produces.Deprecated.Sets the value ofCodeStarConnectionsSourceActionProps.getOutput()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()Method parameters in software.amazon.awscdk.services.codepipeline.actions with type arguments of type ArtifactModifier 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()