Lifecycle Policy Policy Details Schedule Share Rule Args
data class LifecyclePolicyPolicyDetailsScheduleShareRuleArgs(val targetAccounts: Output<List<String>>, val unshareInterval: Output<Int>? = null, val unshareIntervalUnit: Output<String>? = null) : ConvertibleToJava<LifecyclePolicyPolicyDetailsScheduleShareRuleArgs>
Properties
Link copied to clipboard
The IDs of the AWS accounts with which to share the snapshots.
Link copied to clipboard
The period after which snapshots that are shared with other AWS accounts are automatically unshared.
Link copied to clipboard
The unit of time for the automatic unsharing interval. Valid values are DAYS
, WEEKS
, MONTHS
, YEARS
.