Package software.amazon.awscdk.pipelines
Class FromStackArtifactOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.FromStackArtifactOptions.Jsii$Proxy
- All Implemented Interfaces:
FromStackArtifactOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FromStackArtifactOptions
@Stability(Deprecated)
@Deprecated
@Internal
public static final class FromStackArtifactOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FromStackArtifactOptions
Deprecated.
An implementation for
FromStackArtifactOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.FromStackArtifactOptions
FromStackArtifactOptions.Builder, FromStackArtifactOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theFromStackArtifactOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final ArtifactDeprecated.(deprecated) The CodePipeline artifact that holds the Cloud Assembly.final NumberDeprecated.(deprecated) Run order for the Execute action.final ArtifactDeprecated.(deprecated) Artifact to write Stack Outputs to.final StringDeprecated.(deprecated) Filename in output to write Stack outputs to.final NumberDeprecated.(deprecated) Run order for the 2 actions that will be created.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theFromStackArtifactOptions.Builder.
-
-
Method Details
-
getCloudAssemblyInput
Deprecated.Description copied from interface:FromStackArtifactOptions(deprecated) The CodePipeline artifact that holds the Cloud Assembly.- Specified by:
getCloudAssemblyInputin interfaceFromStackArtifactOptions
-
getExecuteRunOrder
Deprecated.Description copied from interface:FromStackArtifactOptions(deprecated) Run order for the Execute action.Default: - prepareRunOrder + 1
- Specified by:
getExecuteRunOrderin interfaceFromStackArtifactOptions
-
getOutput
Deprecated.Description copied from interface:FromStackArtifactOptions(deprecated) Artifact to write Stack Outputs to.Default: - No outputs
- Specified by:
getOutputin interfaceFromStackArtifactOptions
-
getOutputFileName
Deprecated.Description copied from interface:FromStackArtifactOptions(deprecated) Filename in output to write Stack outputs to.Default: - Required when 'output' is set
- Specified by:
getOutputFileNamein interfaceFromStackArtifactOptions
-
getPrepareRunOrder
Deprecated.Description copied from interface:FromStackArtifactOptions(deprecated) Run order for the 2 actions that will be created.Default: 1
- Specified by:
getPrepareRunOrderin interfaceFromStackArtifactOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-