
com.pulumi.azurenative.cdn.inputs.CacheExpirationActionParametersArgs 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.cdn.inputs;
import com.pulumi.azurenative.cdn.enums.CacheBehavior;
import com.pulumi.azurenative.cdn.enums.CacheType;
import com.pulumi.core.Either;
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;
/**
* Defines the parameters for the cache expiration action.
*
*/
public final class CacheExpirationActionParametersArgs extends com.pulumi.resources.ResourceArgs {
public static final CacheExpirationActionParametersArgs Empty = new CacheExpirationActionParametersArgs();
/**
* Caching behavior for the requests
*
*/
@Import(name="cacheBehavior", required=true)
private Output> cacheBehavior;
/**
* @return Caching behavior for the requests
*
*/
public Output> cacheBehavior() {
return this.cacheBehavior;
}
/**
* The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
*
*/
@Import(name="cacheDuration")
private @Nullable Output cacheDuration;
/**
* @return The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy