azure-native-v2.migrate.PrivateEndpointConnectionControllerPrivateEndpointConnection
Explore with Pulumi AI
REST model used to encapsulate the user visible state of a PrivateEndpoint. Azure REST API version: 2020-05-01.
Other available API versions: 2023-01-01.
Create PrivateEndpointConnectionControllerPrivateEndpointConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivateEndpointConnectionControllerPrivateEndpointConnection(name: string, args: PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs, opts?: CustomResourceOptions);
@overload
def PrivateEndpointConnectionControllerPrivateEndpointConnection(resource_name: str,
args: PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PrivateEndpointConnectionControllerPrivateEndpointConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
migrate_project_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
e_tag: Optional[str] = None,
pe_connection_name: Optional[str] = None,
properties: Optional[ConnectionStateRequestBodyPropertiesArgs] = None)
func NewPrivateEndpointConnectionControllerPrivateEndpointConnection(ctx *Context, name string, args PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs, opts ...ResourceOption) (*PrivateEndpointConnectionControllerPrivateEndpointConnection, error)
public PrivateEndpointConnectionControllerPrivateEndpointConnection(string name, PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs args, CustomResourceOptions? opts = null)
public PrivateEndpointConnectionControllerPrivateEndpointConnection(String name, PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs args)
public PrivateEndpointConnectionControllerPrivateEndpointConnection(String name, PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs args, CustomResourceOptions options)
type: azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection
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. PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs - 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. PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs - 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. PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs - 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. PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs - 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. PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs - 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 privateEndpointConnectionControllerPrivateEndpointConnectionResource = new AzureNative.Migrate.PrivateEndpointConnectionControllerPrivateEndpointConnection("privateEndpointConnectionControllerPrivateEndpointConnectionResource", new()
{
MigrateProjectName = "string",
ResourceGroupName = "string",
ETag = "string",
PeConnectionName = "string",
Properties =
{
{ "privateLinkServiceConnectionState",
{
{ "actionsRequired", "string" },
{ "description", "string" },
{ "status", "string" },
} },
},
});
example, err := migrate.NewPrivateEndpointConnectionControllerPrivateEndpointConnection(ctx, "privateEndpointConnectionControllerPrivateEndpointConnectionResource", &migrate.PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs{
MigrateProjectName: "string",
ResourceGroupName: "string",
ETag: "string",
PeConnectionName: "string",
Properties: map[string]interface{}{
"privateLinkServiceConnectionState": map[string]interface{}{
"actionsRequired": "string",
"description": "string",
"status": "string",
},
},
})
var privateEndpointConnectionControllerPrivateEndpointConnectionResource = new PrivateEndpointConnectionControllerPrivateEndpointConnection("privateEndpointConnectionControllerPrivateEndpointConnectionResource", PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs.builder()
.migrateProjectName("string")
.resourceGroupName("string")
.eTag("string")
.peConnectionName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
private_endpoint_connection_controller_private_endpoint_connection_resource = azure_native.migrate.PrivateEndpointConnectionControllerPrivateEndpointConnection("privateEndpointConnectionControllerPrivateEndpointConnectionResource",
migrate_project_name=string,
resource_group_name=string,
e_tag=string,
pe_connection_name=string,
properties={
privateLinkServiceConnectionState: {
actionsRequired: string,
description: string,
status: string,
},
})
const privateEndpointConnectionControllerPrivateEndpointConnectionResource = new azure_native.migrate.PrivateEndpointConnectionControllerPrivateEndpointConnection("privateEndpointConnectionControllerPrivateEndpointConnectionResource", {
migrateProjectName: "string",
resourceGroupName: "string",
eTag: "string",
peConnectionName: "string",
properties: {
privateLinkServiceConnectionState: {
actionsRequired: "string",
description: "string",
status: "string",
},
},
});
type: azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection
properties:
eTag: string
migrateProjectName: string
peConnectionName: string
properties:
privateLinkServiceConnectionState:
actionsRequired: string
description: string
status: string
resourceGroupName: string
PrivateEndpointConnectionControllerPrivateEndpointConnection 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 PrivateEndpointConnectionControllerPrivateEndpointConnection resource accepts the following input properties:
- Migrate
Project Name This property is required. Changes to this property will trigger replacement.
- Migrate project name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- ETag string
- Gets the tag for optimistic concurrency control.
- Pe
Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name.
- Properties
Pulumi.
Azure Native. Migrate. Inputs. Connection State Request Body Properties - Properties of Connection state request.
- Migrate
Project Name This property is required. Changes to this property will trigger replacement.
- Migrate project name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- ETag string
- Gets the tag for optimistic concurrency control.
- Pe
Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name.
- Properties
Connection
State Request Body Properties Args - Properties of Connection state request.
- migrate
Project Name This property is required. Changes to this property will trigger replacement.
- Migrate project name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- e
Tag String - Gets the tag for optimistic concurrency control.
- pe
Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name.
- properties
Connection
State Request Body Properties - Properties of Connection state request.
- migrate
Project Name This property is required. Changes to this property will trigger replacement.
- Migrate project name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- e
Tag string - Gets the tag for optimistic concurrency control.
- pe
Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name.
- properties
Connection
State Request Body Properties - Properties of Connection state request.
- migrate_
project_ name This property is required. Changes to this property will trigger replacement.
- Migrate project name.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- e_
tag str - Gets the tag for optimistic concurrency control.
- pe_
connection_ name Changes to this property will trigger replacement.
- Private endpoint connection name.
- properties
Connection
State Request Body Properties Args - Properties of Connection state request.
- migrate
Project Name This property is required. Changes to this property will trigger replacement.
- Migrate project name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- e
Tag String - Gets the tag for optimistic concurrency control.
- pe
Connection Name Changes to this property will trigger replacement.
- Private endpoint connection name.
- properties Property Map
- Properties of Connection state request.
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivateEndpointConnectionControllerPrivateEndpointConnection resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the name of the resource.
- System
Data Pulumi.Azure Native. Migrate. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Gets the resource type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the name of the resource.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Gets the resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the name of the resource.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- Gets the resource type.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Gets the name of the resource.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- Gets the resource type.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Gets the name of the resource.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- Gets the resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the name of the resource.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- Gets the resource type.
Supporting Types
ConnectionStateRequestBodyProperties, ConnectionStateRequestBodyPropertiesArgs
- Private
Link Pulumi.Service Connection State Azure Native. Migrate. Inputs. Private Link Service Connection State - Private endpoint connection state.
- Private
Link PrivateService Connection State Link Service Connection State - Private endpoint connection state.
- private
Link PrivateService Connection State Link Service Connection State - Private endpoint connection state.
- private
Link PrivateService Connection State Link Service Connection State - Private endpoint connection state.
- private_
link_ Privateservice_ connection_ state Link Service Connection State - Private endpoint connection state.
- private
Link Property MapService Connection State - Private endpoint connection state.
PrivateEndpointConnectionPropertiesResponse, PrivateEndpointConnectionPropertiesResponseArgs
- Private
Endpoint This property is required. Pulumi.Azure Native. Migrate. Inputs. Resource Id Response - ARM id for the private endpoint resource corresponding to the connection.
- Provisioning
State This property is required. string - Indicates whether there is an ongoing operation on the private endpoint.
- Private
Link Pulumi.Service Connection State Azure Native. Migrate. Inputs. Private Link Service Connection State Response - State of the private endpoint connection.
- Private
Endpoint This property is required. ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- Provisioning
State This property is required. string - Indicates whether there is an ongoing operation on the private endpoint.
- Private
Link PrivateService Connection State Link Service Connection State Response - State of the private endpoint connection.
- private
Endpoint This property is required. ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- provisioning
State This property is required. String - Indicates whether there is an ongoing operation on the private endpoint.
- private
Link PrivateService Connection State Link Service Connection State Response - State of the private endpoint connection.
- private
Endpoint This property is required. ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- provisioning
State This property is required. string - Indicates whether there is an ongoing operation on the private endpoint.
- private
Link PrivateService Connection State Link Service Connection State Response - State of the private endpoint connection.
- private_
endpoint This property is required. ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- provisioning_
state This property is required. str - Indicates whether there is an ongoing operation on the private endpoint.
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - State of the private endpoint connection.
- private
Endpoint This property is required. Property Map - ARM id for the private endpoint resource corresponding to the connection.
- provisioning
State This property is required. String - Indicates whether there is an ongoing operation on the private endpoint.
- private
Link Property MapService Connection State - State of the private endpoint connection.
PrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatusArgs
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Private
Endpoint Service Connection Status Pending - Pending
- Private
Endpoint Service Connection Status Approved - Approved
- Private
Endpoint Service Connection Status Rejected - Rejected
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- PENDING
- Pending
- APPROVED
- Approved
- REJECTED
- Rejected
- "Pending"
- Pending
- "Approved"
- Approved
- "Rejected"
- Rejected
PrivateLinkServiceConnectionState, PrivateLinkServiceConnectionStateArgs
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status
string | Pulumi.
Azure | Pulumi.Native. Migrate. Private Endpoint Service Connection Status Azure Native. Migrate. Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status
string | Private
Endpoint | StatusService Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status
String | Private
Endpoint | StatusService Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status
string | Private
Endpoint | StatusService Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status
str | Private
Endpoint | StatusService Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String | "Pending" | "Approved" | "Rejected" | "Inactive" | "Active"
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required string - Actions required on the private endpoint connection.
- Description string
- Description of the private endpoint connection.
- Status string
- Connection status of the private endpoint connection.
- Actions
Required string - Actions required on the private endpoint connection.
- Description string
- Description of the private endpoint connection.
- Status string
- Connection status of the private endpoint connection.
- actions
Required String - Actions required on the private endpoint connection.
- description String
- Description of the private endpoint connection.
- status String
- Connection status of the private endpoint connection.
- actions
Required string - Actions required on the private endpoint connection.
- description string
- Description of the private endpoint connection.
- status string
- Connection status of the private endpoint connection.
- actions_
required str - Actions required on the private endpoint connection.
- description str
- Description of the private endpoint connection.
- status str
- Connection status of the private endpoint connection.
- actions
Required String - Actions required on the private endpoint connection.
- description String
- Description of the private endpoint connection.
- status String
- Connection status of the private endpoint connection.
ResourceIdResponse, ResourceIdResponseArgs
- Id
This property is required. string
- Id
This property is required. string
- id
This property is required. String
- id
This property is required. string
- id
This property is required. str
- id
This property is required. String
Status, StatusArgs
- Inactive
- Inactive
- Active
- Active
- Status
Inactive - Inactive
- Status
Active - Active
- Inactive
- Inactive
- Active
- Active
- Inactive
- Inactive
- Active
- Active
- INACTIVE
- Inactive
- ACTIVE
- Active
- "Inactive"
- Inactive
- "Active"
- Active
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection proj5675162pe.fdccace0-e303-4a79-80c8-3aa7c1f09cc6 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/privateEndpointConnections/{peConnectionName}
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