pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.inspectorv2.kotlin.inputs
/
FilterDateFilterArgs
Filter
Date
Filter
Args
data
class
FilterDateFilterArgs
(
val
endInclusive
:
Output
<
Int
>
?
=
null
,
val
startInclusive
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
FilterDateFilterArgs
>
Constructors
Functions
Properties
Constructors
Filter
Date
Filter
Args
Link copied to clipboard
fun
FilterDateFilterArgs
(
endInclusive
:
Output
<
Int
>
?
=
null
,
startInclusive
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FilterDateFilterArgs
Properties
end
Inclusive
Link copied to clipboard
val
endInclusive
:
Output
<
Int
>
?
=
null
start
Inclusive
Link copied to clipboard
val
startInclusive
:
Output
<
Int
>
?
=
null