Interface CfnCommandPropsMixin.CommandPreprocessorProperty

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

@Stability(Stable) public static interface CfnCommandPropsMixin.CommandPreprocessorProperty extends software.amazon.jsii.JsiiSerializable
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.iot.*;
 CommandPreprocessorProperty commandPreprocessorProperty = CommandPreprocessorProperty.builder()
         .awsJsonSubstitution(AwsJsonSubstitutionCommandPreprocessorConfigProperty.builder()
                 .outputFormat("outputFormat")
                 .build())
         .build();
 

See Also: