Interface CfnDatasetPropsMixin.JsonOptionsProperty

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

@Stability(Stable) public static interface CfnDatasetPropsMixin.JsonOptionsProperty extends software.amazon.jsii.JsiiSerializable
Represents the JSON-specific options that define how input is to be interpreted by AWS Glue DataBrew .

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.databrew.*;
 JsonOptionsProperty jsonOptionsProperty = JsonOptionsProperty.builder()
         .multiLine(false)
         .build();
 

See Also: