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();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnomalyDetector.JsonFormatDescriptorPropertystatic final classAn 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.- See Also:
 
 - 
getFileCompression
The level of compression of the source CSV file.- See Also:
 
 - 
builder
 
 -