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
Link copied to clipboard