
com.pulumi.azurenative.recoveryservices.inputs.SoftDeleteSettingsArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** 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.azurenative.recoveryservices.inputs;
import com.pulumi.azurenative.recoveryservices.enums.SoftDeleteState;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Soft delete Settings of vault
*
*/
public final class SoftDeleteSettingsArgs extends com.pulumi.resources.ResourceArgs {
public static final SoftDeleteSettingsArgs Empty = new SoftDeleteSettingsArgs();
/**
* Soft delete retention period in days
*
*/
@Import(name="softDeleteRetentionPeriodInDays")
private @Nullable Output softDeleteRetentionPeriodInDays;
/**
* @return Soft delete retention period in days
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy