com.pulumi.azure.cdn.FrontdoorSecretArgs 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.azure.cdn;
import com.pulumi.azure.cdn.inputs.FrontdoorSecretSecretArgs;
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 FrontdoorSecretArgs extends com.pulumi.resources.ResourceArgs {
public static final FrontdoorSecretArgs Empty = new FrontdoorSecretArgs();
/**
* The Resource ID of the Front Door Profile. Changing this forces a new Front Door Secret to be created.
*
*/
@Import(name="cdnFrontdoorProfileId", required=true)
private Output cdnFrontdoorProfileId;
/**
* @return The Resource ID of the Front Door Profile. Changing this forces a new Front Door Secret to be created.
*
*/
public Output cdnFrontdoorProfileId() {
return this.cdnFrontdoorProfileId;
}
/**
* The name which should be used for this Front Door Secret. Possible values must start with a letter or a number, only contain letters, numbers and hyphens and have a length of between 2 and 260 characters. Changing this forces a new Front Door Secret to be created.
*
*/
@Import(name="name")
private @Nullable Output name;
/**
* @return The name which should be used for this Front Door Secret. Possible values must start with a letter or a number, only contain letters, numbers and hyphens and have a length of between 2 and 260 characters. Changing this forces a new Front Door Secret to be created.
*
*/
public Optional