
com.pulumi.azurenative.awsconnector.inputs.SnapshotOptionsArgs 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.azurenative.awsconnector.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Integer;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Definition of SnapshotOptions
*
*/
public final class SnapshotOptionsArgs extends com.pulumi.resources.ResourceArgs {
public static final SnapshotOptionsArgs Empty = new SnapshotOptionsArgs();
/**
* <p>The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is <code>0</code> hours.</p>
*
*/
@Import(name="automatedSnapshotStartHour")
private @Nullable Output automatedSnapshotStartHour;
/**
* @return <p>The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is <code>0</code> hours.</p>
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy