pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.kinesis.kotlin.inputs
/
AnalyticsApplicationOutputSchemaArgs
Analytics
Application
Output
Schema
Args
data
class
AnalyticsApplicationOutputSchemaArgs
(
val
recordFormatType
:
Output
<
String
>
)
:
ConvertibleToJava
<
AnalyticsApplicationOutputSchemaArgs
>
Constructors
Functions
Properties
Constructors
Analytics
Application
Output
Schema
Args
Link copied to clipboard
fun
AnalyticsApplicationOutputSchemaArgs
(
recordFormatType
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AnalyticsApplicationOutputSchemaArgs
Properties
record
Format
Type
Link copied to clipboard
val
recordFormatType
:
Output
<
String
>
The Format Type of the records on the output stream. Can be
CSV
or
JSON
.