| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataEntry.Jsii$Proxy
An implementation for
MetadataEntry |
| Modifier and Type | Method and Description |
|---|---|
MetadataEntry |
MetadataEntry.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,List<MetadataEntry>> |
ArtifactManifest.getMetadata()
(experimental) Associated metadata.
|
Map<String,List<MetadataEntry>> |
ArtifactManifest.Jsii$Proxy.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactManifest.Builder |
ArtifactManifest.Builder.metadata(Map<String,? extends List<? extends MetadataEntry>> metadata)
Sets the value of
ArtifactManifest.getMetadata() |
| 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 | Interface and Description |
|---|---|
interface |
MetadataEntryResult |
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataEntryResult.Jsii$Proxy
An implementation for
MetadataEntryResult |
| Modifier and Type | Method and Description |
|---|---|
MetadataEntry |
SynthesisMessage.getEntry() |
MetadataEntry |
SynthesisMessage.Jsii$Proxy.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
SynthesisMessage.Builder |
SynthesisMessage.Builder.entry(MetadataEntry entry)
Sets the value of
SynthesisMessage.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
AssetManifestArtifact.Builder |
AssetManifestArtifact.Builder.metadata(Map<String,? extends List<? extends MetadataEntry>> metadata)
(experimental) Associated metadata.
|
NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.metadata(Map<String,? extends List<? extends MetadataEntry>> metadata)
(experimental) Associated metadata.
|
TreeCloudArtifact.Builder |
TreeCloudArtifact.Builder.metadata(Map<String,? extends List<? extends MetadataEntry>> metadata)
(experimental) Associated metadata.
|
CloudFormationStackArtifact.Builder |
CloudFormationStackArtifact.Builder.metadata(Map<String,? extends List<? extends MetadataEntry>> metadata)
(experimental) Associated metadata.
|
| Constructor and Description |
|---|
Jsii$Proxy(MetadataEntry entry,
String id,
SynthesisMessageLevel level)
Constructor that initializes the object based on literal property values passed by the
SynthesisMessage.Builder. |
Copyright © 2021. All rights reserved.