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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCommandPropsMixin.CommandPreprocessorPropertystatic final classAn implementation forCfnCommandPropsMixin.CommandPreprocessorProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsJsonSubstitution
Returns union: eitherIResolvableorCfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty- See Also:
-
builder
-