toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lookoutmetrics.kotlin.inputs
/
AnomalyDetectorCsvFormatDescriptorArgs
/
AnomalyDetectorCsvFormatDescriptorArgs
Anomaly
Detector
Csv
Format
Descriptor
Args
constructor
(
charset
:
Output
<
String
>
?
=
null
,
containsHeader
:
Output
<
Boolean
>
?
=
null
,
delimiter
:
Output
<
String
>
?
=
null
,
fileCompression
:
Output
<
AnomalyDetectorCsvFormatDescriptorFileCompression
>
?
=
null
,
headerList
:
Output
<
List
<
String
>
>
?
=
null
,
quoteSymbol
:
Output
<
String
>
?
=
null
)