toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dlm.kotlin.inputs
/
LifecyclePolicyPolicyDetailsScheduleFastRestoreRuleArgs
Lifecycle
Policy
Policy
Details
Schedule
Fast
Restore
Rule
Args
data
class
LifecyclePolicyPolicyDetailsScheduleFastRestoreRuleArgs
(
val
availabilityZones
:
Output
<
List
<
String
>
>
,
val
count
:
Output
<
Int
>
?
=
null
,
val
interval
:
Output
<
Int
>
?
=
null
,
val
intervalUnit
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
LifecyclePolicyPolicyDetailsScheduleFastRestoreRuleArgs
>
Members
Constructors
Lifecycle
Policy
Policy
Details
Schedule
Fast
Restore
Rule
Args
Link copied to clipboard
constructor
(
availabilityZones
:
Output
<
List
<
String
>
>
,
count
:
Output
<
Int
>
?
=
null
,
interval
:
Output
<
Int
>
?
=
null
,
intervalUnit
:
Output
<
String
>
?
=
null
)
Properties
availability
Zones
Link copied to clipboard
val
availabilityZones
:
Output
<
List
<
String
>
>
The Availability Zones in which to enable fast snapshot restore.
count
Link copied to clipboard
val
count
:
Output
<
Int
>
?
=
null
interval
Link copied to clipboard
val
interval
:
Output
<
Int
>
?
=
null
interval
Unit
Link copied to clipboard
val
intervalUnit
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LifecyclePolicyPolicyDetailsScheduleFastRestoreRuleArgs