Interface CfnDataset.JsonOptionsProperty

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

@Stability(Stable) public static interface CfnDataset.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.services.databrew.*;
 JsonOptionsProperty jsonOptionsProperty = JsonOptionsProperty.builder()
         .multiLine(false)
         .build();
 

See Also: