Interface CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.Jsii$Proxy
- Enclosing class:
CfnAnomalyDetectorPropsMixin
@Stability(Stable)
public static interface CfnAnomalyDetectorPropsMixin.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.cfnpropertymixins.services.lookoutmetrics.*;
JsonFormatDescriptorProperty jsonFormatDescriptorProperty = JsonFormatDescriptorProperty.builder()
.charset("charset")
.fileCompression("fileCompression")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnomalyDetectorPropsMixin.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
@Stability(Stable) static CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.Builder builder()
-