Interface CfnTransformer.TypeConverterEntryProperty

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

@Stability(Stable) public static interface CfnTransformer.TypeConverterEntryProperty extends software.amazon.jsii.JsiiSerializable
This object defines one value type that will be converted using the typeConverter processor.

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.logs.*;
 TypeConverterEntryProperty typeConverterEntryProperty = TypeConverterEntryProperty.builder()
         .key("key")
         .type("type")
         .build();
 

See Also: