
com.pulumi.azurenative.containerservice.inputs.TimeSpanArgs 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.containerservice.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z.
*
*/
public final class TimeSpanArgs extends com.pulumi.resources.ResourceArgs {
public static final TimeSpanArgs Empty = new TimeSpanArgs();
/**
* The end of a time span
*
*/
@Import(name="end")
private @Nullable Output end;
/**
* @return The end of a time span
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy