| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
ArtifactManifest.getType()
(experimental) The type of artifact.
|
ArtifactType |
ArtifactManifest.Jsii$Proxy.getType() |
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactManifest.Builder |
ArtifactManifest.Builder.type(ArtifactType type)
Sets the value of
ArtifactManifest.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(ArtifactType type,
List<String> dependencies,
String displayName,
String environment,
Map<String,? extends List<? extends MetadataEntry>> metadata,
Object properties)
Constructor that initializes the object based on literal property values passed by the
ArtifactManifest.Builder. |
| Modifier and Type | Method and Description |
|---|---|
AssetManifestArtifact.Builder |
AssetManifestArtifact.Builder.type(ArtifactType type)
(experimental) The type of artifact.
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.type(ArtifactType type)
(experimental) The type of artifact.
|
TreeCloudArtifact.Builder |
TreeCloudArtifact.Builder.type(ArtifactType type)
(experimental) The type of artifact.
|
CloudFormationStackArtifact.Builder |
CloudFormationStackArtifact.Builder.type(ArtifactType type)
(experimental) The type of artifact.
|
Copyright © 2021. All rights reserved.