azure-native-v2.appconfiguration.PrivateEndpointConnection
Explore with Pulumi AI
A private endpoint connection Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-06-01.
Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.
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,
config_store_name: Optional[str] = None,
private_link_service_connection_state: Optional[PrivateLinkServiceConnectionStateArgs] = None,
resource_group_name: Optional[str] = None,
private_endpoint: Optional[PrivateEndpointArgs] = None,
private_endpoint_connection_name: Optional[str] = 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:appconfiguration: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 exampleprivateEndpointConnectionResourceResourceFromAppconfiguration = new AzureNative.Appconfiguration.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromAppconfiguration", new()
{
ConfigStoreName = "string",
PrivateLinkServiceConnectionState =
{
{ "description", "string" },
{ "status", "string" },
},
ResourceGroupName = "string",
PrivateEndpoint =
{
{ "id", "string" },
},
PrivateEndpointConnectionName = "string",
});
example, err := appconfiguration.NewPrivateEndpointConnection(ctx, "exampleprivateEndpointConnectionResourceResourceFromAppconfiguration", &appconfiguration.PrivateEndpointConnectionArgs{
ConfigStoreName: "string",
PrivateLinkServiceConnectionState: map[string]interface{}{
"description": "string",
"status": "string",
},
ResourceGroupName: "string",
PrivateEndpoint: map[string]interface{}{
"id": "string",
},
PrivateEndpointConnectionName: "string",
})
var exampleprivateEndpointConnectionResourceResourceFromAppconfiguration = new PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromAppconfiguration", PrivateEndpointConnectionArgs.builder()
.configStoreName("string")
.privateLinkServiceConnectionState(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceGroupName("string")
.privateEndpoint(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.privateEndpointConnectionName("string")
.build());
exampleprivate_endpoint_connection_resource_resource_from_appconfiguration = azure_native.appconfiguration.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromAppconfiguration",
config_store_name=string,
private_link_service_connection_state={
description: string,
status: string,
},
resource_group_name=string,
private_endpoint={
id: string,
},
private_endpoint_connection_name=string)
const exampleprivateEndpointConnectionResourceResourceFromAppconfiguration = new azure_native.appconfiguration.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromAppconfiguration", {
configStoreName: "string",
privateLinkServiceConnectionState: {
description: "string",
status: "string",
},
resourceGroupName: "string",
privateEndpoint: {
id: "string",
},
privateEndpointConnectionName: "string",
});
type: azure-native:appconfiguration:PrivateEndpointConnection
properties:
configStoreName: string
privateEndpoint:
id: string
privateEndpointConnectionName: string
privateLinkServiceConnectionState:
description: string
status: string
resourceGroupName: 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:
- Config
Store Name This property is required. Changes to this property will trigger replacement.
- The name of the configuration store.
- Private
Link Service Connection State This property is required. Pulumi.Azure Native. App Configuration. Inputs. Private Link Service Connection State - A collection of information about the state of the connection between service consumer and provider.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to which the container registry belongs.
- Private
Endpoint Pulumi.Azure Native. App Configuration. Inputs. Private Endpoint - The resource of private endpoint.
- Private
Endpoint Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name
- Config
Store Name This property is required. Changes to this property will trigger replacement.
- The name of the configuration store.
- Private
Link Service Connection State This property is required. PrivateLink Service Connection State Args - A collection of information about the state of the connection between service consumer and provider.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to which the container registry belongs.
- Private
Endpoint PrivateEndpoint Args - The resource of private endpoint.
- Private
Endpoint Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name
- config
Store Name This property is required. Changes to this property will trigger replacement.
- The name of the configuration store.
- private
Link Service Connection State This property is required. PrivateLink Service Connection State - A collection of information about the state of the connection between service consumer and provider.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to which the container registry belongs.
- private
Endpoint PrivateEndpoint - The resource of private endpoint.
- private
Endpoint Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name
- config
Store Name This property is required. Changes to this property will trigger replacement.
- The name of the configuration store.
- private
Link Service Connection State This property is required. PrivateLink Service Connection State - A collection of information about the state of the connection between service consumer and provider.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to which the container registry belongs.
- private
Endpoint PrivateEndpoint - The resource of private endpoint.
- private
Endpoint Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name
- config_
store_ name This property is required. Changes to this property will trigger replacement.
- The name of the configuration store.
- private_
link_ service_ connection_ state This property is required. PrivateLink Service Connection State Args - A collection of information about the state of the connection between service consumer and provider.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to which the container registry belongs.
- private_
endpoint PrivateEndpoint Args - The resource of private endpoint.
- private_
endpoint_ connection_ name Changes to this property will trigger replacement.
- Private endpoint connection name
- config
Store Name This property is required. Changes to this property will trigger replacement.
- The name of the configuration store.
- private
Link Service Connection State This property is required. Property Map - A collection of information about the state of the connection between service consumer and provider.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to which the container registry belongs.
- private
Endpoint Property Map - The resource of private endpoint.
- private
Endpoint Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivateEndpointConnection resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource.
- Provisioning
State string - The provisioning status of the private endpoint connection.
- Type string
- The type of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource.
- Provisioning
State string - The provisioning status of the private endpoint connection.
- Type string
- The type of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource.
- provisioning
State String - The provisioning status of the private endpoint connection.
- type String
- The type of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource.
- provisioning
State string - The provisioning status of the private endpoint connection.
- type string
- The type of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource.
- provisioning_
state str - The provisioning status of the private endpoint connection.
- type str
- The type of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource.
- provisioning
State String - The provisioning status of the private endpoint connection.
- type String
- The type of the resource.
Supporting Types
ConnectionStatus, ConnectionStatusArgs
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Disconnected
- Disconnected
- Connection
Status Pending - Pending
- Connection
Status Approved - Approved
- Connection
Status Rejected - Rejected
- Connection
Status Disconnected - Disconnected
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Disconnected
- Disconnected
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Disconnected
- Disconnected
- PENDING
- Pending
- APPROVED
- Approved
- REJECTED
- Rejected
- DISCONNECTED
- Disconnected
- "Pending"
- Pending
- "Approved"
- Approved
- "Rejected"
- Rejected
- "Disconnected"
- Disconnected
PrivateEndpoint, PrivateEndpointArgs
- Id string
- The resource Id for private endpoint
- Id string
- The resource Id for private endpoint
- id String
- The resource Id for private endpoint
- id string
- The resource Id for private endpoint
- id str
- The resource Id for private endpoint
- id String
- The resource Id for private endpoint
PrivateEndpointResponse, PrivateEndpointResponseArgs
- Id string
- The resource Id for private endpoint
- Id string
- The resource Id for private endpoint
- id String
- The resource Id for private endpoint
- id string
- The resource Id for private endpoint
- id str
- The resource Id for private endpoint
- id String
- The resource Id for private endpoint
PrivateLinkServiceConnectionState, PrivateLinkServiceConnectionStateArgs
- Description string
- The private link service connection description.
- Status
string | Pulumi.
Azure Native. App Configuration. Connection Status - The private link service connection status.
- Description string
- The private link service connection description.
- Status
string | Connection
Status - The private link service connection status.
- description String
- The private link service connection description.
- status
String | Connection
Status - The private link service connection status.
- description string
- The private link service connection description.
- status
string | Connection
Status - The private link service connection status.
- description str
- The private link service connection description.
- status
str | Connection
Status - The private link service connection status.
- description String
- The private link service connection description.
- status String | "Pending" | "Approved" | "Rejected" | "Disconnected"
- The private link service connection status.
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required This property is required. string - Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- Description string
- The private link service connection description.
- Status string
- The private link service connection status.
- Actions
Required This property is required. string - Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- Description string
- The private link service connection description.
- Status string
- The private link service connection status.
- actions
Required This property is required. String - Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- description String
- The private link service connection description.
- status String
- The private link service connection status.
- actions
Required This property is required. string - Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- description string
- The private link service connection description.
- status string
- The private link service connection status.
- actions_
required This property is required. str - Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- description str
- The private link service connection description.
- status str
- The private link service connection status.
- actions
Required This property is required. String - Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- 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:appconfiguration:PrivateEndpointConnection myConnection /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/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