PrivateEndpointConnectionController

class PrivateEndpointConnectionController : KotlinCustomResource

REST model used to encapsulate Private Link properties for tracked resources. Uses Azure REST API version 2023-10-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-06-06. Other available API versions: 2023-06-06, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native offazure [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Example Usage

PrivateEndpointConnectionController_Create_MaximumSet_Gen

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var privateEndpointConnectionController = new AzureNative.OffAzure.PrivateEndpointConnectionController("privateEndpointConnectionController", new()
{
PeConnectionName = "Q3Y7-B-E80QLei7BHb337-P",
PrivateLinkServiceConnectionState = new AzureNative.OffAzure.Inputs.PrivateLinkServiceConnectionStateArgs
{
ActionsRequired = "easeoi",
Description = "zieisbmqzndfwsnt",
Status = AzureNative.OffAzure.PrivateLinkServiceConnectionStateStatus.Approved,
},
ResourceGroupName = "rgmigrate",
SiteName = "-4k3gsPqU5Y3",
});
});
package main
import (
offazure "github.com/pulumi/pulumi-azure-native-sdk/offazure/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := offazure.NewPrivateEndpointConnectionController(ctx, "privateEndpointConnectionController", &offazure.PrivateEndpointConnectionControllerArgs{
PeConnectionName: pulumi.String("Q3Y7-B-E80QLei7BHb337-P"),
PrivateLinkServiceConnectionState: &offazure.PrivateLinkServiceConnectionStateArgs{
ActionsRequired: pulumi.String("easeoi"),
Description: pulumi.String("zieisbmqzndfwsnt"),
Status: pulumi.String(offazure.PrivateLinkServiceConnectionStateStatusApproved),
},
ResourceGroupName: pulumi.String("rgmigrate"),
SiteName: pulumi.String("-4k3gsPqU5Y3"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.offazure.PrivateEndpointConnectionController;
import com.pulumi.azurenative.offazure.PrivateEndpointConnectionControllerArgs;
import com.pulumi.azurenative.offazure.inputs.PrivateLinkServiceConnectionStateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var privateEndpointConnectionController = new PrivateEndpointConnectionController("privateEndpointConnectionController", PrivateEndpointConnectionControllerArgs.builder()
.peConnectionName("Q3Y7-B-E80QLei7BHb337-P")
.privateLinkServiceConnectionState(PrivateLinkServiceConnectionStateArgs.builder()
.actionsRequired("easeoi")
.description("zieisbmqzndfwsnt")
.status("Approved")
.build())
.resourceGroupName("rgmigrate")
.siteName("-4k3gsPqU5Y3")
.build());
}
}

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:offazure:PrivateEndpointConnectionController yjvkdkdcs /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateEndpointConnections/{peConnectionName}

Properties

Link copied to clipboard
val azureApiVersion: Output<String>

The Azure API version of the resource.

Link copied to clipboard
val groupIds: Output<List<String>>

array of group ids

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the resource

Link copied to clipboard

private endpoints

Link copied to clipboard
Link copied to clipboard

provisioning state enum

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val type: Output<String>

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val urn: Output<String>