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
  • 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

      protected Jsii$Proxy(StackAsset.Builder builder)
      Constructor that initializes the object based on literal property values passed by the StackAsset.Builder.
  • Method Details

    • getAssetId

      public final String getAssetId()
      Description copied from interface: StackAsset
      Asset identifier.
      Specified by:
      getAssetId in interface StackAsset
    • getAssetManifestPath

      public final String 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 interface StackAsset
    • getAssetSelector

      public final String getAssetSelector()
      Description copied from interface: StackAsset
      Asset selector to pass to cdk-assets.
      Specified by:
      getAssetSelector in interface StackAsset
    • getAssetType

      public final AssetType getAssetType()
      Description copied from interface: StackAsset
      Type of asset to publish.
      Specified by:
      getAssetType in interface StackAsset
    • getIsTemplate

      public final Boolean getIsTemplate()
      Description copied from interface: StackAsset
      Does this asset represent the CloudFormation template for the stack.

      Default: false

      Specified by:
      getIsTemplate in interface StackAsset
    • getAssetPublishingRoleArn

      public final String getAssetPublishingRoleArn()
      Description copied from interface: StackAsset
      Role ARN to assume to publish.

      Default: - No need to assume any role

      Specified by:
      getAssetPublishingRoleArn in interface StackAsset
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object