PlanRuleCopyActionArgs

data class PlanRuleCopyActionArgs(val destinationVaultArn: Output<String>, val lifecycle: Output<PlanRuleCopyActionLifecycleArgs>? = null) : ConvertibleToJava<PlanRuleCopyActionArgs>

Constructors

Link copied to clipboard
constructor(destinationVaultArn: Output<String>, lifecycle: Output<PlanRuleCopyActionLifecycleArgs>? = null)

Properties

Link copied to clipboard

An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.

Link copied to clipboard

The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Fields documented below.

Functions

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