| 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()
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() |
| Modifier and Type | Method and Description |
|---|---|
TreeCloudArtifact.Builder |
TreeCloudArtifact.Builder.type(ArtifactType type)
The type of artifact.
|
CloudFormationStackArtifact.Builder |
CloudFormationStackArtifact.Builder.type(ArtifactType type)
The type of artifact.
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.type(ArtifactType type)
The type of artifact.
|
AssetManifestArtifact.Builder |
AssetManifestArtifact.Builder.type(ArtifactType type)
The type of artifact.
|
Copyright © 2022. All rights reserved.