Interface CfnCustomPluginPropsMixin.CustomPluginFileDescriptionProperty

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

@Stability(Stable) public static interface CfnCustomPluginPropsMixin.CustomPluginFileDescriptionProperty extends software.amazon.jsii.JsiiSerializable
Details about a custom plugin file.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.*;
 CustomPluginFileDescriptionProperty customPluginFileDescriptionProperty = CustomPluginFileDescriptionProperty.builder()
         .fileMd5("fileMd5")
         .fileSize(123)
         .build();
 

See Also: