pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Automation
Rule
Date
Range
Args
Link copied to clipboard
fun
AutomationRuleDateRangeArgs
(
unit
:
Output
<
AutomationRuleDateRangeUnit
>
,
value
:
Output
<
Double
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AutomationRuleDateRangeArgs
Properties
unit
Link copied to clipboard
val
unit
:
Output
<
AutomationRuleDateRangeUnit
>
value
Link copied to clipboard
val
value
:
Output
<
Double
>