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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatasetPropsMixin.JsonOptionsPropertystatic final classAn implementation forCfnDatasetPropsMixin.JsonOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMultiLine
A value that specifies whether JSON input contains embedded new line characters.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-