LifecyclePolicyPolicyDetailsScheduleShareRuleArgs

data class LifecyclePolicyPolicyDetailsScheduleShareRuleArgs(val targetAccounts: Output<List<String>>, val unshareInterval: Output<Int>? = null, val unshareIntervalUnit: Output<String>? = null) : ConvertibleToJava<LifecyclePolicyPolicyDetailsScheduleShareRuleArgs>

Constructors

constructor(targetAccounts: Output<List<String>>, unshareInterval: Output<Int>? = null, unshareIntervalUnit: Output<String>? = null)

Properties

Link copied to clipboard
val targetAccounts: Output<List<String>>

The IDs of the AWS accounts with which to share the snapshots.

Link copied to clipboard
val unshareInterval: Output<Int>? = null
Link copied to clipboard
val unshareIntervalUnit: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): LifecyclePolicyPolicyDetailsScheduleShareRuleArgs