azure-native-v2.sql.PrivateEndpointConnection
Explore with Pulumi AI
A private endpoint connection Azure REST API version: 2021-11-01. Prior API version in Azure Native 1.x: 2020-11-01-preview.
Other available API versions: 2022-11-01-preview, 2023-02-01-preview, 2023-05-01-preview, 2023-08-01-preview, 2024-05-01-preview.
Create PrivateEndpointConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivateEndpointConnection(name: string, args: PrivateEndpointConnectionArgs, opts?: CustomResourceOptions);
@overload
def PrivateEndpointConnection(resource_name: str,
args: PrivateEndpointConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PrivateEndpointConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
server_name: Optional[str] = None,
private_endpoint: Optional[PrivateEndpointPropertyArgs] = None,
private_endpoint_connection_name: Optional[str] = None,
private_link_service_connection_state: Optional[PrivateLinkServiceConnectionStatePropertyArgs] = None)
func NewPrivateEndpointConnection(ctx *Context, name string, args PrivateEndpointConnectionArgs, opts ...ResourceOption) (*PrivateEndpointConnection, error)
public PrivateEndpointConnection(string name, PrivateEndpointConnectionArgs args, CustomResourceOptions? opts = null)
public PrivateEndpointConnection(String name, PrivateEndpointConnectionArgs args)
public PrivateEndpointConnection(String name, PrivateEndpointConnectionArgs args, CustomResourceOptions options)
type: azure-native:sql:PrivateEndpointConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PrivateEndpointConnectionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. PrivateEndpointConnectionArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PrivateEndpointConnectionArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PrivateEndpointConnectionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. PrivateEndpointConnectionArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleprivateEndpointConnectionResourceResourceFromSql = new AzureNative.Sql.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromSql", new()
{
ResourceGroupName = "string",
ServerName = "string",
PrivateEndpoint =
{
{ "id", "string" },
},
PrivateEndpointConnectionName = "string",
PrivateLinkServiceConnectionState =
{
{ "description", "string" },
{ "status", "string" },
},
});
example, err := sql.NewPrivateEndpointConnection(ctx, "exampleprivateEndpointConnectionResourceResourceFromSql", &sql.PrivateEndpointConnectionArgs{
ResourceGroupName: "string",
ServerName: "string",
PrivateEndpoint: map[string]interface{}{
"id": "string",
},
PrivateEndpointConnectionName: "string",
PrivateLinkServiceConnectionState: map[string]interface{}{
"description": "string",
"status": "string",
},
})
var exampleprivateEndpointConnectionResourceResourceFromSql = new PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromSql", PrivateEndpointConnectionArgs.builder()
.resourceGroupName("string")
.serverName("string")
.privateEndpoint(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.privateEndpointConnectionName("string")
.privateLinkServiceConnectionState(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
exampleprivate_endpoint_connection_resource_resource_from_sql = azure_native.sql.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromSql",
resource_group_name=string,
server_name=string,
private_endpoint={
id: string,
},
private_endpoint_connection_name=string,
private_link_service_connection_state={
description: string,
status: string,
})
const exampleprivateEndpointConnectionResourceResourceFromSql = new azure_native.sql.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromSql", {
resourceGroupName: "string",
serverName: "string",
privateEndpoint: {
id: "string",
},
privateEndpointConnectionName: "string",
privateLinkServiceConnectionState: {
description: "string",
status: "string",
},
});
type: azure-native:sql:PrivateEndpointConnection
properties:
privateEndpoint:
id: string
privateEndpointConnectionName: string
privateLinkServiceConnectionState:
description: string
status: string
resourceGroupName: string
serverName: string
PrivateEndpointConnection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PrivateEndpointConnection resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- Private
Endpoint Pulumi.Azure Native. Sql. Inputs. Private Endpoint Property - Private endpoint which the connection belongs to.
- Private
Endpoint Connection Name Changes to this property will trigger replacement.
- Private
Link Pulumi.Service Connection State Azure Native. Sql. Inputs. Private Link Service Connection State Property - Connection state of the private endpoint connection.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- Private
Endpoint PrivateEndpoint Property Args - Private endpoint which the connection belongs to.
- Private
Endpoint Connection Name Changes to this property will trigger replacement.
- Private
Link PrivateService Connection State Link Service Connection State Property Args - Connection state of the private endpoint connection.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- private
Endpoint PrivateEndpoint Property - Private endpoint which the connection belongs to.
- private
Endpoint Connection Name Changes to this property will trigger replacement.
- private
Link PrivateService Connection State Link Service Connection State Property - Connection state of the private endpoint connection.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- private
Endpoint PrivateEndpoint Property - Private endpoint which the connection belongs to.
- private
Endpoint Connection Name Changes to this property will trigger replacement.
- private
Link PrivateService Connection State Link Service Connection State Property - Connection state of the private endpoint connection.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server_
name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- private_
endpoint PrivateEndpoint Property Args - Private endpoint which the connection belongs to.
- private_
endpoint_ connection_ name Changes to this property will trigger replacement.
- private_
link_ Privateservice_ connection_ state Link Service Connection State Property Args - Connection state of the private endpoint connection.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server
Name This property is required. Changes to this property will trigger replacement.
- The name of the server.
- private
Endpoint Property Map - Private endpoint which the connection belongs to.
- private
Endpoint Connection Name Changes to this property will trigger replacement.
- 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 PrivateEndpointConnection resource produces the following output properties:
- Group
Ids List<string> - Group IDs.
- 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.
- Group
Ids []string - Group IDs.
- 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.
- group
Ids List<String> - Group IDs.
- 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.
- group
Ids string[] - Group IDs.
- 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.
- group_
ids Sequence[str] - Group IDs.
- 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.
- group
Ids List<String> - Group IDs.
- 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
PrivateEndpointProperty, PrivateEndpointPropertyArgs
- 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.
PrivateEndpointPropertyResponse, PrivateEndpointPropertyResponseArgs
- 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.
PrivateLinkServiceConnectionStateProperty, PrivateLinkServiceConnectionStatePropertyArgs
- Description
This property is required. string - The private link service connection description.
- Status
This property is required. string | Pulumi.Azure Native. Sql. Private Link Service Connection State Status - The private link service connection status.
- Description
This property is required. string - The private link service connection description.
- Status
This property is required. string | PrivateLink Service Connection State Status - The private link service connection status.
- description
This property is required. String - The private link service connection description.
- status
This property is required. String | PrivateLink Service Connection State Status - The private link service connection status.
- description
This property is required. string - The private link service connection description.
- status
This property is required. string | PrivateLink Service Connection State Status - The private link service connection status.
- description
This property is required. str - The private link service connection description.
- status
This property is required. str | PrivateLink Service Connection State Status - The private link service connection status.
- description
This property is required. String - The private link service connection description.
- status
This property is required. String | "Approved" | "Pending" | "Rejected" | "Disconnected" - The private link service connection status.
PrivateLinkServiceConnectionStatePropertyResponse, PrivateLinkServiceConnectionStatePropertyResponseArgs
- Actions
Required This property is required. string - The actions required for private link service connection.
- Description
This property is required. string - The private link service connection description.
- Status
This property is required. string - The private link service connection status.
- Actions
Required This property is required. string - The actions required for private link service connection.
- Description
This property is required. string - The private link service connection description.
- Status
This property is required. string - The private link service connection status.
- actions
Required This property is required. String - The actions required for private link service connection.
- description
This property is required. String - The private link service connection description.
- status
This property is required. String - The private link service connection status.
- actions
Required This property is required. string - The actions required for private link service connection.
- description
This property is required. string - The private link service connection description.
- status
This property is required. string - The private link service connection status.
- actions_
required This property is required. str - The actions required for private link service connection.
- description
This property is required. str - The private link service connection description.
- status
This property is required. str - The private link service connection status.
- actions
Required This property is required. String - The actions required for private link service connection.
- description
This property is required. String - The private link service connection description.
- status
This property is required. String - The private link service connection status.
PrivateLinkServiceConnectionStateStatus, PrivateLinkServiceConnectionStateStatusArgs
- Approved
- Approved
- Pending
- Pending
- Rejected
- Rejected
- Disconnected
- Disconnected
- Private
Link Service Connection State Status Approved - Approved
- Private
Link Service Connection State Status Pending - Pending
- Private
Link Service Connection State Status Rejected - Rejected
- Private
Link Service Connection State Status Disconnected - Disconnected
- Approved
- Approved
- Pending
- Pending
- Rejected
- Rejected
- Disconnected
- Disconnected
- Approved
- Approved
- Pending
- Pending
- Rejected
- Rejected
- Disconnected
- Disconnected
- APPROVED
- Approved
- PENDING
- Pending
- REJECTED
- Rejected
- DISCONNECTED
- Disconnected
- "Approved"
- Approved
- "Pending"
- Pending
- "Rejected"
- Rejected
- "Disconnected"
- Disconnected
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:sql:PrivateEndpointConnection private-endpoint-connection-name /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0