LifecyclePolicyPolicyDetailsScheduleShareRule

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val unshareInterval: Int? = null

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.