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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnomalyDetector.JsonFormatDescriptorProperty
static final class
An implementation forCfnAnomalyDetector.JsonFormatDescriptorProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCharset
The character set in which the source JSON file is written. -
getFileCompression
The level of compression of the source CSV file. -
builder
-