@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:51.820Z")
@Deprecated
public interface FromStackArtifactOptions
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codepipeline.*; import software.amazon.awscdk.pipelines.*; Artifact artifact; FromStackArtifactOptions fromStackArtifactOptions = FromStackArtifactOptions.builder() .cloudAssemblyInput(artifact) // the properties below are optional .executeRunOrder(123) .output(artifact) .outputFileName("outputFileName") .prepareRunOrder(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
FromStackArtifactOptions.Builder
Deprecated.
|
static class |
FromStackArtifactOptions.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FromStackArtifactOptions.Builder |
builder()
Deprecated.
|
Artifact |
getCloudAssemblyInput()
Deprecated.
|
default java.lang.Number |
getExecuteRunOrder()
Deprecated.
|
default Artifact |
getOutput()
Deprecated.
|
default java.lang.String |
getOutputFileName()
Deprecated.
|
default java.lang.Number |
getPrepareRunOrder()
Deprecated.
|
@Deprecated Artifact getCloudAssemblyInput()
@Deprecated default java.lang.Number getExecuteRunOrder()
Default: - prepareRunOrder + 1
@Deprecated default Artifact getOutput()
Default: - No outputs
@Deprecated default java.lang.String getOutputFileName()
Default: - Required when 'output' is set
@Deprecated default java.lang.Number getPrepareRunOrder()
Default: 1
@Deprecated static FromStackArtifactOptions.Builder builder()
FromStackArtifactOptions.Builder
of FromStackArtifactOptions