toggle menu
pulumi-aws-native-kotlin
0.108.1.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.securityhub.kotlin.inputs
/
AutomationRuleDateRangeArgs
Automation
Rule
Date
Range
Args
data
class
AutomationRuleDateRangeArgs
(
val
unit
:
Output
<
AutomationRuleDateRangeUnit
>
,
val
value
:
Output
<
Double
>
)
:
ConvertibleToJava
<
AutomationRuleDateRangeArgs
>
Members
Constructors
Automation
Rule
Date
Range
Args
Link copied to clipboard
constructor
(
unit
:
Output
<
AutomationRuleDateRangeUnit
>
,
value
:
Output
<
Double
>
)
Properties
unit
Link copied to clipboard
val
unit
:
Output
<
AutomationRuleDateRangeUnit
>
A date range unit for the date filter.
value
Link copied to clipboard
val
value
:
Output
<
Double
>
A date range value for the date filter.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AutomationRuleDateRangeArgs