toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Filter
Date
Filter
Args
Link copied to clipboard
constructor
(
endInclusive
:
Output
<
Int
>
?
=
null
,
startInclusive
:
Output
<
Int
>
?
=
null
)
Properties
end
Inclusive
Link copied to clipboard
val
endInclusive
:
Output
<
Int
>
?
=
null
start
Inclusive
Link copied to clipboard
val
startInclusive
:
Output
<
Int
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FilterDateFilterArgs