Package software.amazon.awscdk.cxapi
Interface MetadataEntry
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,MetadataEntry
- All Known Implementing Classes:
MetadataEntry.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:54.725Z")
@Stability(Deprecated)
@Deprecated
public interface MetadataEntry
extends software.amazon.jsii.JsiiSerializable, MetadataEntry
Deprecated.
moved to package 'cloud-assembly-schema'
(deprecated) Backwards compatibility for when
MetadataEntry was defined here.
This is necessary because its used as an input in the stable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
MetadataEntry metadataEntry = MetadataEntry.builder()
.type("type")
// the properties below are optional
.data("data")
.trace(List.of("trace"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.cloudassembly.schema.MetadataEntry
getData, getTrace, getType
-
Method Details
-
builder
Deprecated.- Returns:
- a
MetadataEntry.BuilderofMetadataEntry
-