azure-native.keyvault.MHSMPrivateEndpointConnection
Explore with Pulumi AI
Private endpoint connection resource. Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-06-01-preview.
Other available API versions: 2023-07-01, 2024-04-01-preview.
Example Usage
ManagedHsmPutPrivateEndpointConnection
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var mhsmPrivateEndpointConnection = new AzureNative.KeyVault.MHSMPrivateEndpointConnection("mhsmPrivateEndpointConnection", new()
{
Name = "sample-mhsm",
PrivateEndpointConnectionName = "sample-pec",
PrivateLinkServiceConnectionState = new AzureNative.KeyVault.Inputs.MHSMPrivateLinkServiceConnectionStateArgs
{
Description = "My name is Joe and I'm approving this.",
Status = AzureNative.KeyVault.PrivateEndpointServiceConnectionStatus.Approved,
},
ResourceGroupName = "sample-group",
});
});
package main
import (
keyvault "github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := keyvault.NewMHSMPrivateEndpointConnection(ctx, "mhsmPrivateEndpointConnection", &keyvault.MHSMPrivateEndpointConnectionArgs{
Name: pulumi.String("sample-mhsm"),
PrivateEndpointConnectionName: pulumi.String("sample-pec"),
PrivateLinkServiceConnectionState: &keyvault.MHSMPrivateLinkServiceConnectionStateArgs{
Description: pulumi.String("My name is Joe and I'm approving this."),
Status: pulumi.String(keyvault.PrivateEndpointServiceConnectionStatusApproved),
},
ResourceGroupName: pulumi.String("sample-group"),
})
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.keyvault.MHSMPrivateEndpointConnection;
import com.pulumi.azurenative.keyvault.MHSMPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.keyvault.inputs.MHSMPrivateLinkServiceConnectionStateArgs;
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 mhsmPrivateEndpointConnection = new MHSMPrivateEndpointConnection("mhsmPrivateEndpointConnection", MHSMPrivateEndpointConnectionArgs.builder()
.name("sample-mhsm")
.privateEndpointConnectionName("sample-pec")
.privateLinkServiceConnectionState(MHSMPrivateLinkServiceConnectionStateArgs.builder()
.description("My name is Joe and I'm approving this.")
.status("Approved")
.build())
.resourceGroupName("sample-group")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
mhsm_private_endpoint_connection = azure_native.keyvault.MHSMPrivateEndpointConnection("mhsmPrivateEndpointConnection",
name="sample-mhsm",
private_endpoint_connection_name="sample-pec",
private_link_service_connection_state=azure_native.keyvault.MHSMPrivateLinkServiceConnectionStateArgs(
description="My name is Joe and I'm approving this.",
status=azure_native.keyvault.PrivateEndpointServiceConnectionStatus.APPROVED,
),
resource_group_name="sample-group")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const mhsmPrivateEndpointConnection = new azure_native.keyvault.MHSMPrivateEndpointConnection("mhsmPrivateEndpointConnection", {
name: "sample-mhsm",
privateEndpointConnectionName: "sample-pec",
privateLinkServiceConnectionState: {
description: "My name is Joe and I'm approving this.",
status: azure_native.keyvault.PrivateEndpointServiceConnectionStatus.Approved,
},
resourceGroupName: "sample-group",
});
resources:
mhsmPrivateEndpointConnection:
type: azure-native:keyvault:MHSMPrivateEndpointConnection
properties:
name: sample-mhsm
privateEndpointConnectionName: sample-pec
privateLinkServiceConnectionState:
description: My name is Joe and I'm approving this.
status: Approved
resourceGroupName: sample-group
Create MHSMPrivateEndpointConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MHSMPrivateEndpointConnection(name: string, args: MHSMPrivateEndpointConnectionArgs, opts?: CustomResourceOptions);
@overload
def MHSMPrivateEndpointConnection(resource_name: str,
args: MHSMPrivateEndpointConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MHSMPrivateEndpointConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
private_endpoint_connection_name: Optional[str] = None,
private_link_service_connection_state: Optional[MHSMPrivateLinkServiceConnectionStateArgs] = None,
sku: Optional[ManagedHsmSkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewMHSMPrivateEndpointConnection(ctx *Context, name string, args MHSMPrivateEndpointConnectionArgs, opts ...ResourceOption) (*MHSMPrivateEndpointConnection, error)
public MHSMPrivateEndpointConnection(string name, MHSMPrivateEndpointConnectionArgs args, CustomResourceOptions? opts = null)
public MHSMPrivateEndpointConnection(String name, MHSMPrivateEndpointConnectionArgs args)
public MHSMPrivateEndpointConnection(String name, MHSMPrivateEndpointConnectionArgs args, CustomResourceOptions options)
type: azure-native:keyvault:MHSMPrivateEndpointConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MHSMPrivateEndpointConnectionArgs
- 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 MHSMPrivateEndpointConnectionArgs
- 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 MHSMPrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MHSMPrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MHSMPrivateEndpointConnectionArgs
- 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 mhsmprivateEndpointConnectionResource = new AzureNative.KeyVault.MHSMPrivateEndpointConnection("mhsmprivateEndpointConnectionResource", new()
{
Name = "string",
ResourceGroupName = "string",
Location = "string",
PrivateEndpointConnectionName = "string",
PrivateLinkServiceConnectionState = new AzureNative.KeyVault.Inputs.MHSMPrivateLinkServiceConnectionStateArgs
{
ActionsRequired = "string",
Description = "string",
Status = "string",
},
Sku = new AzureNative.KeyVault.Inputs.ManagedHsmSkuArgs
{
Family = "string",
Name = AzureNative.KeyVault.ManagedHsmSkuName.Standard_B1,
},
Tags =
{
{ "string", "string" },
},
});
example, err := keyvault.NewMHSMPrivateEndpointConnection(ctx, "mhsmprivateEndpointConnectionResource", &keyvault.MHSMPrivateEndpointConnectionArgs{
Name: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
PrivateEndpointConnectionName: pulumi.String("string"),
PrivateLinkServiceConnectionState: &keyvault.MHSMPrivateLinkServiceConnectionStateArgs{
ActionsRequired: pulumi.String("string"),
Description: pulumi.String("string"),
Status: pulumi.String("string"),
},
Sku: &keyvault.ManagedHsmSkuArgs{
Family: pulumi.String("string"),
Name: keyvault.ManagedHsmSkuName_Standard_B1,
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var mhsmprivateEndpointConnectionResource = new MHSMPrivateEndpointConnection("mhsmprivateEndpointConnectionResource", MHSMPrivateEndpointConnectionArgs.builder()
.name("string")
.resourceGroupName("string")
.location("string")
.privateEndpointConnectionName("string")
.privateLinkServiceConnectionState(MHSMPrivateLinkServiceConnectionStateArgs.builder()
.actionsRequired("string")
.description("string")
.status("string")
.build())
.sku(ManagedHsmSkuArgs.builder()
.family("string")
.name("Standard_B1")
.build())
.tags(Map.of("string", "string"))
.build());
mhsmprivate_endpoint_connection_resource = azure_native.keyvault.MHSMPrivateEndpointConnection("mhsmprivateEndpointConnectionResource",
name="string",
resource_group_name="string",
location="string",
private_endpoint_connection_name="string",
private_link_service_connection_state=azure_native.keyvault.MHSMPrivateLinkServiceConnectionStateArgs(
actions_required="string",
description="string",
status="string",
),
sku=azure_native.keyvault.ManagedHsmSkuArgs(
family="string",
name=azure_native.keyvault.ManagedHsmSkuName.STANDARD_B1,
),
tags={
"string": "string",
})
const mhsmprivateEndpointConnectionResource = new azure_native.keyvault.MHSMPrivateEndpointConnection("mhsmprivateEndpointConnectionResource", {
name: "string",
resourceGroupName: "string",
location: "string",
privateEndpointConnectionName: "string",
privateLinkServiceConnectionState: {
actionsRequired: "string",
description: "string",
status: "string",
},
sku: {
family: "string",
name: azure_native.keyvault.ManagedHsmSkuName.Standard_B1,
},
tags: {
string: "string",
},
});
type: azure-native:keyvault:MHSMPrivateEndpointConnection
properties:
location: string
name: string
privateEndpointConnectionName: string
privateLinkServiceConnectionState:
actionsRequired: string
description: string
status: string
resourceGroupName: string
sku:
family: string
name: Standard_B1
tags:
string: string
MHSMPrivateEndpointConnection 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 MHSMPrivateEndpointConnection resource accepts the following input properties:
- Name string
- Name of the managed HSM Pool
- Resource
Group stringName - Name of the resource group that contains the managed HSM pool.
- Location string
- The supported Azure location where the managed HSM Pool should be created.
- Private
Endpoint stringConnection Name - Name of the private endpoint connection associated with the managed hsm pool.
- Private
Link Pulumi.Service Connection State Azure Native. Key Vault. Inputs. MHSMPrivate Link Service Connection State - Approval state of the private link connection.
- Sku
Pulumi.
Azure Native. Key Vault. Inputs. Managed Hsm Sku - SKU details
- Dictionary<string, string>
- Resource tags
- Name string
- Name of the managed HSM Pool
- Resource
Group stringName - Name of the resource group that contains the managed HSM pool.
- Location string
- The supported Azure location where the managed HSM Pool should be created.
- Private
Endpoint stringConnection Name - Name of the private endpoint connection associated with the managed hsm pool.
- Private
Link MHSMPrivateService Connection State Link Service Connection State Args - Approval state of the private link connection.
- Sku
Managed
Hsm Sku Args - SKU details
- map[string]string
- Resource tags
- name String
- Name of the managed HSM Pool
- resource
Group StringName - Name of the resource group that contains the managed HSM pool.
- location String
- The supported Azure location where the managed HSM Pool should be created.
- private
Endpoint StringConnection Name - Name of the private endpoint connection associated with the managed hsm pool.
- private
Link MHSMPrivateService Connection State Link Service Connection State - Approval state of the private link connection.
- sku
Managed
Hsm Sku - SKU details
- Map<String,String>
- Resource tags
- name string
- Name of the managed HSM Pool
- resource
Group stringName - Name of the resource group that contains the managed HSM pool.
- location string
- The supported Azure location where the managed HSM Pool should be created.
- private
Endpoint stringConnection Name - Name of the private endpoint connection associated with the managed hsm pool.
- private
Link MHSMPrivateService Connection State Link Service Connection State - Approval state of the private link connection.
- sku
Managed
Hsm Sku - SKU details
- {[key: string]: string}
- Resource tags
- name str
- Name of the managed HSM Pool
- resource_
group_ strname - Name of the resource group that contains the managed HSM pool.
- location str
- The supported Azure location where the managed HSM Pool should be created.
- private_
endpoint_ strconnection_ name - Name of the private endpoint connection associated with the managed hsm pool.
- private_
link_ MHSMPrivateservice_ connection_ state Link Service Connection State Args - Approval state of the private link connection.
- sku
Managed
Hsm Sku Args - SKU details
- Mapping[str, str]
- Resource tags
- name String
- Name of the managed HSM Pool
- resource
Group StringName - Name of the resource group that contains the managed HSM pool.
- location String
- The supported Azure location where the managed HSM Pool should be created.
- private
Endpoint StringConnection Name - Name of the private endpoint connection associated with the managed hsm pool.
- private
Link Property MapService Connection State - Approval state of the private link connection.
- sku Property Map
- SKU details
- Map<String>
- Resource tags
Outputs
All input properties are implicitly available as output properties. Additionally, the MHSMPrivateEndpointConnection resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Provisioning
State string - Provisioning state of the private endpoint connection.
- System
Data Pulumi.Azure Native. Key Vault. Outputs. System Data Response - Metadata pertaining to creation and last modification of the key vault resource.
- Type string
- The resource type of the managed HSM Pool.
- Etag string
- Modified whenever there is a change in the state of private endpoint connection.
- Private
Endpoint Pulumi.Azure Native. Key Vault. Outputs. MHSMPrivate Endpoint Response - Properties of the private endpoint object.
- Id string
- The provider-assigned unique ID for this managed resource.
- Provisioning
State string - Provisioning state of the private endpoint connection.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the key vault resource.
- Type string
- The resource type of the managed HSM Pool.
- Etag string
- Modified whenever there is a change in the state of private endpoint connection.
- Private
Endpoint MHSMPrivateEndpoint Response - Properties of the private endpoint object.
- id String
- The provider-assigned unique ID for this managed resource.
- provisioning
State String - Provisioning state of the private endpoint connection.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the key vault resource.
- type String
- The resource type of the managed HSM Pool.
- etag String
- Modified whenever there is a change in the state of private endpoint connection.
- private
Endpoint MHSMPrivateEndpoint Response - Properties of the private endpoint object.
- id string
- The provider-assigned unique ID for this managed resource.
- provisioning
State string - Provisioning state of the private endpoint connection.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the key vault resource.
- type string
- The resource type of the managed HSM Pool.
- etag string
- Modified whenever there is a change in the state of private endpoint connection.
- private
Endpoint MHSMPrivateEndpoint Response - Properties of the private endpoint object.
- id str
- The provider-assigned unique ID for this managed resource.
- provisioning_
state str - Provisioning state of the private endpoint connection.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the key vault resource.
- type str
- The resource type of the managed HSM Pool.
- etag str
- Modified whenever there is a change in the state of private endpoint connection.
- private_
endpoint MHSMPrivateEndpoint Response - Properties of the private endpoint object.
- id String
- The provider-assigned unique ID for this managed resource.
- provisioning
State String - Provisioning state of the private endpoint connection.
- system
Data Property Map - Metadata pertaining to creation and last modification of the key vault resource.
- type String
- The resource type of the managed HSM Pool.
- etag String
- Modified whenever there is a change in the state of private endpoint connection.
- private
Endpoint Property Map - Properties of the private endpoint object.
Supporting Types
ActionsRequired, ActionsRequiredArgs
- None
- None
- Actions
Required None - None
- None
- None
- None
- None
- NONE
- None
- "None"
- None
MHSMPrivateEndpointResponse, MHSMPrivateEndpointResponseArgs
- Id string
- Full identifier of the private endpoint resource.
- Id string
- Full identifier of the private endpoint resource.
- id String
- Full identifier of the private endpoint resource.
- id string
- Full identifier of the private endpoint resource.
- id str
- Full identifier of the private endpoint resource.
- id String
- Full identifier of the private endpoint resource.
MHSMPrivateLinkServiceConnectionState, MHSMPrivateLinkServiceConnectionStateArgs
- Actions
Required string | Pulumi.Azure Native. Key Vault. Actions Required - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval or rejection.
- Status
string | Pulumi.
Azure Native. Key Vault. Private Endpoint Service Connection Status - Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- Actions
Required string | ActionsRequired - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval or rejection.
- Status
string | Private
Endpoint Service Connection Status - Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions
Required String | ActionsRequired - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval or rejection.
- status
String | Private
Endpoint Service Connection Status - Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions
Required string | ActionsRequired - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval or rejection.
- status
string | Private
Endpoint Service Connection Status - Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions_
required str | ActionsRequired - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval or rejection.
- status
str | Private
Endpoint Service Connection Status - Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions
Required String | "None" - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval or rejection.
- status String | "Pending" | "Approved" | "Rejected" | "Disconnected"
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
MHSMPrivateLinkServiceConnectionStateResponse, MHSMPrivateLinkServiceConnectionStateResponseArgs
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval or rejection.
- Status string
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval or rejection.
- Status string
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval or rejection.
- status String
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval or rejection.
- status string
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval or rejection.
- status str
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval or rejection.
- status String
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
ManagedHsmSku, ManagedHsmSkuArgs
- Family
string | Pulumi.
Azure Native. Key Vault. Managed Hsm Sku Family - SKU Family of the managed HSM Pool
- Name
Pulumi.
Azure Native. Key Vault. Managed Hsm Sku Name - SKU of the managed HSM Pool
- Family
string | Managed
Hsm Sku Family - SKU Family of the managed HSM Pool
- Name
Managed
Hsm Sku Name - SKU of the managed HSM Pool
- family
String | Managed
Hsm Sku Family - SKU Family of the managed HSM Pool
- name
Managed
Hsm Sku Name - SKU of the managed HSM Pool
- family
string | Managed
Hsm Sku Family - SKU Family of the managed HSM Pool
- name
Managed
Hsm Sku Name - SKU of the managed HSM Pool
- family
str | Managed
Hsm Sku Family - SKU Family of the managed HSM Pool
- name
Managed
Hsm Sku Name - SKU of the managed HSM Pool
- family String | "B"
- SKU Family of the managed HSM Pool
- name "Standard_B1" | "Custom_B32" | "Custom_B6"
- SKU of the managed HSM Pool
ManagedHsmSkuFamily, ManagedHsmSkuFamilyArgs
- B
- B
- Managed
Hsm Sku Family B - B
- B
- B
- B
- B
- B
- B
- "B"
- B
ManagedHsmSkuName, ManagedHsmSkuNameArgs
- Standard_B1
- Standard_B1
- Custom_B32
- Custom_B32
- Custom_B6
- Custom_B6
- Managed
Hsm Sku Name_Standard_B1 - Standard_B1
- Managed
Hsm Sku Name_Custom_B32 - Custom_B32
- Managed
Hsm Sku Name_Custom_B6 - Custom_B6
- Standard_B1
- Standard_B1
- Custom_B32
- Custom_B32
- Custom_B6
- Custom_B6
- Standard_B1
- Standard_B1
- Custom_B32
- Custom_B32
- Custom_B6
- Custom_B6
- STANDARD_B1
- Standard_B1
- CUSTOM_B32
- Custom_B32
- CUSTOM_B6
- Custom_B6
- "Standard_B1"
- Standard_B1
- "Custom_B32"
- Custom_B32
- "Custom_B6"
- Custom_B6
ManagedHsmSkuResponse, ManagedHsmSkuResponseArgs
PrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatusArgs
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Disconnected
- Disconnected
- Private
Endpoint Service Connection Status Pending - Pending
- Private
Endpoint Service Connection Status Approved - Approved
- Private
Endpoint Service Connection Status Rejected - Rejected
- Private
Endpoint Service 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
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of the key vault resource creation (UTC).
- Created
By string - The identity that created the key vault resource.
- Created
By stringType - The type of identity that created the key vault resource.
- Last
Modified stringAt - The timestamp of the key vault resource last modification (UTC).
- Last
Modified stringBy - The identity that last modified the key vault resource.
- Last
Modified stringBy Type - The type of identity that last modified the key vault resource.
- Created
At string - The timestamp of the key vault resource creation (UTC).
- Created
By string - The identity that created the key vault resource.
- Created
By stringType - The type of identity that created the key vault resource.
- Last
Modified stringAt - The timestamp of the key vault resource last modification (UTC).
- Last
Modified stringBy - The identity that last modified the key vault resource.
- Last
Modified stringBy Type - The type of identity that last modified the key vault resource.
- created
At String - The timestamp of the key vault resource creation (UTC).
- created
By String - The identity that created the key vault resource.
- created
By StringType - The type of identity that created the key vault resource.
- last
Modified StringAt - The timestamp of the key vault resource last modification (UTC).
- last
Modified StringBy - The identity that last modified the key vault resource.
- last
Modified StringBy Type - The type of identity that last modified the key vault resource.
- created
At string - The timestamp of the key vault resource creation (UTC).
- created
By string - The identity that created the key vault resource.
- created
By stringType - The type of identity that created the key vault resource.
- last
Modified stringAt - The timestamp of the key vault resource last modification (UTC).
- last
Modified stringBy - The identity that last modified the key vault resource.
- last
Modified stringBy Type - The type of identity that last modified the key vault resource.
- created_
at str - The timestamp of the key vault resource creation (UTC).
- created_
by str - The identity that created the key vault resource.
- created_
by_ strtype - The type of identity that created the key vault resource.
- last_
modified_ strat - The timestamp of the key vault resource last modification (UTC).
- last_
modified_ strby - The identity that last modified the key vault resource.
- last_
modified_ strby_ type - The type of identity that last modified the key vault resource.
- created
At String - The timestamp of the key vault resource creation (UTC).
- created
By String - The identity that created the key vault resource.
- created
By StringType - The type of identity that created the key vault resource.
- last
Modified StringAt - The timestamp of the key vault resource last modification (UTC).
- last
Modified StringBy - The identity that last modified the key vault resource.
- last
Modified StringBy Type - The type of identity that last modified the key vault resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:keyvault:MHSMPrivateEndpointConnection sample-pec /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0