Interface CfnAnomalyDetector.JsonFormatDescriptorProperty

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

@Stability(Stable) public static interface CfnAnomalyDetector.JsonFormatDescriptorProperty extends software.amazon.jsii.JsiiSerializable
Contains information about how a source JSON data file should be analyzed.

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.lookoutmetrics.*;
 JsonFormatDescriptorProperty jsonFormatDescriptorProperty = JsonFormatDescriptorProperty.builder()
         .charset("charset")
         .fileCompression("fileCompression")
         .build();