
com.pulumi.aws.backup.inputs.PlanRuleCopyActionArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.backup.inputs;
import com.pulumi.aws.backup.inputs.PlanRuleCopyActionLifecycleArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class PlanRuleCopyActionArgs extends com.pulumi.resources.ResourceArgs {
public static final PlanRuleCopyActionArgs Empty = new PlanRuleCopyActionArgs();
/**
* An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
*
*/
@Import(name="destinationVaultArn", required=true)
private Output destinationVaultArn;
/**
* @return An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
*
*/
public Output destinationVaultArn() {
return this.destinationVaultArn;
}
/**
* The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.
*
*/
@Import(name="lifecycle")
private @Nullable Output lifecycle;
/**
* @return The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy