Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.sql.ManagedInstancePrivateEndpointConnection
Explore with Pulumi AI
A private endpoint connection API Version: 2020-11-01-preview.
Example Usage
Approve or reject a private endpoint connection with a given name.
using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var managedInstancePrivateEndpointConnection = new AzureNative.Sql.ManagedInstancePrivateEndpointConnection("managedInstancePrivateEndpointConnection", new()
{
ManagedInstanceName = "test-cl",
PrivateEndpointConnectionName = "private-endpoint-connection-name",
PrivateLinkServiceConnectionState = new AzureNative.Sql.Inputs.ManagedInstancePrivateLinkServiceConnectionStatePropertyArgs
{
Description = "Approved by johndoe@contoso.com",
Status = "Approved",
},
ResourceGroupName = "Default",
});
});
package main
import (
sql "github.com/pulumi/pulumi-azure-native/sdk/go/azure/sql"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sql.NewManagedInstancePrivateEndpointConnection(ctx, "managedInstancePrivateEndpointConnection", &sql.ManagedInstancePrivateEndpointConnectionArgs{
ManagedInstanceName: pulumi.String("test-cl"),
PrivateEndpointConnectionName: pulumi.String("private-endpoint-connection-name"),
PrivateLinkServiceConnectionState: sql.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse{
Description: pulumi.String("Approved by johndoe@contoso.com"),
Status: pulumi.String("Approved"),
},
ResourceGroupName: pulumi.String("Default"),
})
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.sql.ManagedInstancePrivateEndpointConnection;
import com.pulumi.azurenative.sql.ManagedInstancePrivateEndpointConnectionArgs;
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 managedInstancePrivateEndpointConnection = new ManagedInstancePrivateEndpointConnection("managedInstancePrivateEndpointConnection", ManagedInstancePrivateEndpointConnectionArgs.builder()
.managedInstanceName("test-cl")
.privateEndpointConnectionName("private-endpoint-connection-name")
.privateLinkServiceConnectionState(Map.ofEntries(
Map.entry("description", "Approved by johndoe@contoso.com"),
Map.entry("status", "Approved")
))
.resourceGroupName("Default")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
managed_instance_private_endpoint_connection = azure_native.sql.ManagedInstancePrivateEndpointConnection("managedInstancePrivateEndpointConnection",
managed_instance_name="test-cl",
private_endpoint_connection_name="private-endpoint-connection-name",
private_link_service_connection_state=azure_native.sql.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponseArgs(
description="Approved by johndoe@contoso.com",
status="Approved",
),
resource_group_name="Default")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const managedInstancePrivateEndpointConnection = new azure_native.sql.ManagedInstancePrivateEndpointConnection("managedInstancePrivateEndpointConnection", {
managedInstanceName: "test-cl",
privateEndpointConnectionName: "private-endpoint-connection-name",
privateLinkServiceConnectionState: {
description: "Approved by johndoe@contoso.com",
status: "Approved",
},
resourceGroupName: "Default",
});
resources:
managedInstancePrivateEndpointConnection:
type: azure-native:sql:ManagedInstancePrivateEndpointConnection
properties:
managedInstanceName: test-cl
privateEndpointConnectionName: private-endpoint-connection-name
privateLinkServiceConnectionState:
description: Approved by johndoe@contoso.com
status: Approved
resourceGroupName: Default
Create ManagedInstancePrivateEndpointConnection Resource
new ManagedInstancePrivateEndpointConnection(name: string, args: ManagedInstancePrivateEndpointConnectionArgs, opts?: CustomResourceOptions);
@overload
def ManagedInstancePrivateEndpointConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
managed_instance_name: Optional[str] = None,
private_endpoint: Optional[ManagedInstancePrivateEndpointPropertyArgs] = None,
private_endpoint_connection_name: Optional[str] = None,
private_link_service_connection_state: Optional[ManagedInstancePrivateLinkServiceConnectionStatePropertyArgs] = None,
resource_group_name: Optional[str] = None)
@overload
def ManagedInstancePrivateEndpointConnection(resource_name: str,
args: ManagedInstancePrivateEndpointConnectionArgs,
opts: Optional[ResourceOptions] = None)
func NewManagedInstancePrivateEndpointConnection(ctx *Context, name string, args ManagedInstancePrivateEndpointConnectionArgs, opts ...ResourceOption) (*ManagedInstancePrivateEndpointConnection, error)
public ManagedInstancePrivateEndpointConnection(string name, ManagedInstancePrivateEndpointConnectionArgs args, CustomResourceOptions? opts = null)
public ManagedInstancePrivateEndpointConnection(String name, ManagedInstancePrivateEndpointConnectionArgs args)
public ManagedInstancePrivateEndpointConnection(String name, ManagedInstancePrivateEndpointConnectionArgs args, CustomResourceOptions options)
type: azure-native:sql:ManagedInstancePrivateEndpointConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedInstancePrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagedInstancePrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagedInstancePrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedInstancePrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedInstancePrivateEndpointConnectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ManagedInstancePrivateEndpointConnection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ManagedInstancePrivateEndpointConnection resource accepts the following input properties:
- Managed
Instance stringName The name of the managed instance.
- Resource
Group stringName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Private
Endpoint Pulumi.Azure Native. Sql. Inputs. Managed Instance Private Endpoint Property Args Private endpoint which the connection belongs to.
- Private
Endpoint stringConnection Name - Private
Link Pulumi.Service Connection State Azure Native. Sql. Inputs. Managed Instance Private Link Service Connection State Property Args Connection State of the Private Endpoint Connection.
- Managed
Instance stringName The name of the managed instance.
- Resource
Group stringName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Private
Endpoint ManagedInstance Private Endpoint Property Args Private endpoint which the connection belongs to.
- Private
Endpoint stringConnection Name - Private
Link ManagedService Connection State Instance Private Link Service Connection State Property Args Connection State of the Private Endpoint Connection.
- managed
Instance StringName The name of the managed instance.
- resource
Group StringName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- private
Endpoint ManagedInstance Private Endpoint Property Args Private endpoint which the connection belongs to.
- private
Endpoint StringConnection Name - private
Link ManagedService Connection State Instance Private Link Service Connection State Property Args Connection State of the Private Endpoint Connection.
- managed
Instance stringName The name of the managed instance.
- resource
Group stringName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- private
Endpoint ManagedInstance Private Endpoint Property Args Private endpoint which the connection belongs to.
- private
Endpoint stringConnection Name - private
Link ManagedService Connection State Instance Private Link Service Connection State Property Args Connection State of the Private Endpoint Connection.
- managed_
instance_ strname The name of the managed instance.
- resource_
group_ strname The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- private_
endpoint ManagedInstance Private Endpoint Property Args Private endpoint which the connection belongs to.
- private_
endpoint_ strconnection_ name - private_
link_ Managedservice_ connection_ state Instance Private Link Service Connection State Property Args Connection State of the Private Endpoint Connection.
- managed
Instance StringName The name of the managed instance.
- resource
Group StringName The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- private
Endpoint Property Map Private endpoint which the connection belongs to.
- private
Endpoint StringConnection Name - private
Link Property MapService Connection State Connection State of the Private Endpoint Connection.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedInstancePrivateEndpointConnection resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
Resource name.
- Provisioning
State string State of the Private Endpoint Connection.
- Type string
Resource type.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
Resource name.
- Provisioning
State string State of the Private Endpoint Connection.
- Type string
Resource type.
- id String
The provider-assigned unique ID for this managed resource.
- name String
Resource name.
- provisioning
State String State of the Private Endpoint Connection.
- type String
Resource type.
- id string
The provider-assigned unique ID for this managed resource.
- name string
Resource name.
- provisioning
State string State of the Private Endpoint Connection.
- type string
Resource type.
- id str
The provider-assigned unique ID for this managed resource.
- name str
Resource name.
- provisioning_
state str State of the Private Endpoint Connection.
- type str
Resource type.
- id String
The provider-assigned unique ID for this managed resource.
- name String
Resource name.
- provisioning
State String State of the Private Endpoint Connection.
- type String
Resource type.
Supporting Types
ManagedInstancePrivateEndpointProperty
- Id string
Resource id of the private endpoint.
- Id string
Resource id of the private endpoint.
- id String
Resource id of the private endpoint.
- id string
Resource id of the private endpoint.
- id str
Resource id of the private endpoint.
- id String
Resource id of the private endpoint.
ManagedInstancePrivateEndpointPropertyResponse
- Id string
Resource id of the private endpoint.
- Id string
Resource id of the private endpoint.
- id String
Resource id of the private endpoint.
- id string
Resource id of the private endpoint.
- id str
Resource id of the private endpoint.
- id String
Resource id of the private endpoint.
ManagedInstancePrivateLinkServiceConnectionStateProperty
- Description string
The private link service connection description.
- Status string
The private link service connection status.
- Description string
The private link service connection description.
- Status string
The private link service connection status.
- description String
The private link service connection description.
- status String
The private link service connection status.
- description string
The private link service connection description.
- status string
The private link service connection status.
- description str
The private link service connection description.
- status str
The private link service connection status.
- description String
The private link service connection description.
- status String
The private link service connection status.
ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse
- Actions
Required string The private link service connection description.
- Description string
The private link service connection description.
- Status string
The private link service connection status.
- Actions
Required string The private link service connection description.
- Description string
The private link service connection description.
- Status string
The private link service connection status.
- actions
Required String The private link service connection description.
- description String
The private link service connection description.
- status String
The private link service connection status.
- actions
Required string The private link service connection description.
- description string
The private link service connection description.
- status string
The private link service connection status.
- actions_
required str The private link service connection description.
- description str
The private link service connection description.
- status str
The private link service connection status.
- actions
Required String The private link service connection description.
- description String
The private link service connection description.
- status String
The private link service connection status.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:sql:ManagedInstancePrivateEndpointConnection private-endpoint-connection-name /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/managedInstances/test-cl/privateEndpointConnections/private-endpoint-connection-name
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0