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 copied over to a backup vault and when it expires. Fields documented above.

Functions

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