
com.pulumi.azurenative.cdn.inputs.SharedPrivateLinkResourcePropertiesArgs 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.SharedPrivateLinkResourceStatus;
import com.pulumi.azurenative.cdn.inputs.ResourceReferenceArgs;
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;
/**
* Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin.
*
*/
public final class SharedPrivateLinkResourcePropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final SharedPrivateLinkResourcePropertiesArgs Empty = new SharedPrivateLinkResourcePropertiesArgs();
/**
* The group id from the provider of resource the shared private link resource is for.
*
*/
@Import(name="groupId")
private @Nullable Output groupId;
/**
* @return The group id from the provider of resource the shared private link resource is for.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy