| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
static NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.create(CloudAssembly assembly,
String name) |
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.dependencies(List<String> dependencies)
IDs of artifacts that must be deployed before this artifact.
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.displayName(String displayName)
A string that represents this artifact.
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.environment(String environment)
The environment into which this artifact is deployed.
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.metadata(Map<String,? extends List<? extends MetadataEntry>> metadata)
Associated metadata.
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.properties(AssetManifestProperties properties)
The set of properties for this artifact (depends on type).
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.properties(AwsCloudFormationStackProperties properties)
The set of properties for this artifact (depends on type).
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.properties(NestedCloudAssemblyProperties properties)
The set of properties for this artifact (depends on type).
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.properties(TreeArtifactProperties properties)
The set of properties for this artifact (depends on type).
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.type(ArtifactType type)
The type of artifact.
|
Copyright © 2022. All rights reserved.