Class ArtifactManifest.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_schema.ArtifactManifest.Jsii$Proxy
- All Implemented Interfaces:
ArtifactManifest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ArtifactManifest
@Stability(Stable)
@Internal
public static final class ArtifactManifest.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ArtifactManifest
An implementation for
ArtifactManifest-
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.cloud_assembly_schema.ArtifactManifest
ArtifactManifest.Builder, ArtifactManifest.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ArtifactManifest.Builder builder) Constructor that initializes the object based on literal property values passed by theArtifactManifest.Builder.protectedJsii$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.JsonNodefinal booleanIDs of artifacts that must be deployed before this artifact.final StringA string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree.final StringThe environment into which this artifact is deployed.final Map<String, List<MetadataEntry>> Associated metadata.final ObjectThe set of properties for this artifact (depends on type).final ArtifactTypegetType()The type of artifact.final inthashCode()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 theArtifactManifest.Builder.
-
-
Method Details
-
getType
Description copied from interface:ArtifactManifestThe type of artifact.- Specified by:
getTypein interfaceArtifactManifest
-
getDependencies
Description copied from interface:ArtifactManifestIDs of artifacts that must be deployed before this artifact.Default: - no dependencies.
- Specified by:
getDependenciesin interfaceArtifactManifest
-
getDisplayName
Description copied from interface:ArtifactManifestA string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree.Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name.
Default: - no display name
- Specified by:
getDisplayNamein interfaceArtifactManifest
-
getEnvironment
Description copied from interface:ArtifactManifestThe environment into which this artifact is deployed.Default: - no envrionment.
- Specified by:
getEnvironmentin interfaceArtifactManifest
-
getMetadata
Description copied from interface:ArtifactManifestAssociated metadata.Default: - no metadata.
- Specified by:
getMetadatain interfaceArtifactManifest
-
getProperties
Description copied from interface:ArtifactManifestThe set of properties for this artifact (depends on type).Returns union: either
AwsCloudFormationStackPropertiesorAssetManifestPropertiesorTreeArtifactPropertiesorNestedCloudAssemblyPropertiesorFeatureFlagReportPropertiesDefault: - no properties.
- Specified by:
getPropertiesin interfaceArtifactManifest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-