Package software.amazon.awscdk.pipelines
Class StackAsset.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.StackAsset.Jsii$Proxy
- All Implemented Interfaces:
StackAsset
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StackAsset
@Stability(Stable)
@Internal
public static final class StackAsset.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StackAsset
An implementation for
StackAsset
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.StackAsset
StackAsset.Builder, StackAsset.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(StackAsset.Builder builder) Constructor that initializes the object based on literal property values passed by theStackAsset.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Asset identifier.final String
Absolute asset manifest path.final String
Role ARN to assume to publish.final String
Asset selector to pass tocdk-assets
.final AssetType
Type of asset to publish.final Boolean
Does this asset represent the CloudFormation template for the stack.final int
hashCode()
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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theStackAsset.Builder
.
-
-
Method Details
-
getAssetId
Description copied from interface:StackAsset
Asset identifier.- Specified by:
getAssetId
in interfaceStackAsset
-
getAssetManifestPath
Description copied from interface:StackAsset
Absolute asset manifest path.This needs to be made relative at a later point in time, but when this information is parsed we don't know about the root cloud assembly yet.
- Specified by:
getAssetManifestPath
in interfaceStackAsset
-
getAssetSelector
Description copied from interface:StackAsset
Asset selector to pass tocdk-assets
.- Specified by:
getAssetSelector
in interfaceStackAsset
-
getAssetType
Description copied from interface:StackAsset
Type of asset to publish.- Specified by:
getAssetType
in interfaceStackAsset
-
getIsTemplate
Description copied from interface:StackAsset
Does this asset represent the CloudFormation template for the stack.Default: false
- Specified by:
getIsTemplate
in interfaceStackAsset
-
getAssetPublishingRoleArn
Description copied from interface:StackAsset
Role ARN to assume to publish.Default: - No need to assume any role
- Specified by:
getAssetPublishingRoleArn
in interfaceStackAsset
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-