
com.pulumi.azurenative.cache.EnterprisePrivateEndpointConnectionArgs 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.cache;
import com.pulumi.azurenative.cache.inputs.PrivateLinkServiceConnectionStateArgs;
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 EnterprisePrivateEndpointConnectionArgs extends com.pulumi.resources.ResourceArgs {
public static final EnterprisePrivateEndpointConnectionArgs Empty = new EnterprisePrivateEndpointConnectionArgs();
/**
* The name of the RedisEnterprise cluster.
*
*/
@Import(name="clusterName", required=true)
private Output clusterName;
/**
* @return The name of the RedisEnterprise cluster.
*
*/
public Output clusterName() {
return this.clusterName;
}
/**
* The name of the private endpoint connection associated with the Azure resource
*
*/
@Import(name="privateEndpointConnectionName")
private @Nullable Output privateEndpointConnectionName;
/**
* @return The name of the private endpoint connection associated with the Azure resource
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy