pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iotanalytics.kotlin.inputs
/
DatasetDeltaTimeArgs
Dataset
Delta
Time
Args
data
class
DatasetDeltaTimeArgs
(
val
offsetSeconds
:
Output
<
Int
>
,
val
timeExpression
:
Output
<
String
>
)
:
ConvertibleToJava
<
DatasetDeltaTimeArgs
>
Constructors
Functions
Properties
Constructors
Dataset
Delta
Time
Args
Link copied to clipboard
fun
DatasetDeltaTimeArgs
(
offsetSeconds
:
Output
<
Int
>
,
timeExpression
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DatasetDeltaTimeArgs
Properties
offset
Seconds
Link copied to clipboard
val
offsetSeconds
:
Output
<
Int
>
time
Expression
Link copied to clipboard
val
timeExpression
:
Output
<
String
>