Interface CfnLicense.MetadataProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLicense.MetadataProperty.Jsii$Proxy
Enclosing class:
CfnLicense

@Stability(Stable) public static interface CfnLicense.MetadataProperty extends software.amazon.jsii.JsiiSerializable
Describes key/value pairs.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.licensemanager.*;
 MetadataProperty metadataProperty = MetadataProperty.builder()
         .name("name")
         .value("value")
         .build();