This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.dbforpostgresql.getCluster
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets information about a cluster such as compute and storage configuration and cluster lifecycle metadata such as cluster creation date and time. Azure REST API version: 2022-11-08.
Other available API versions: 2023-03-02-preview.
Using getCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>def get_cluster(cluster_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput> Note: This function is named LookupCluster in the Go SDK.
public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:dbforpostgresql:getCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- The name of the cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ClusterName string
- The name of the cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- clusterName string
- The name of the cluster.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- cluster_name str
- The name of the cluster.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getCluster Result
The following output properties are available:
- AdministratorLogin string
- The administrator's login name of the servers in the cluster.
- EarliestRestore stringTime 
- The earliest restore point time (ISO8601 format) for the cluster.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- PrivateEndpoint List<Pulumi.Connections Azure Native. DBfor Postgre SQL. Outputs. Simple Private Endpoint Connection Response> 
- The private endpoint connections for a cluster.
- ProvisioningState string
- Provisioning state of the cluster
- ReadReplicas List<string>
- The array of read replica clusters.
- ServerNames List<Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Server Name Item Response> 
- The list of server names in the cluster
- State string
- A state of a cluster/server that is visible to user.
- SystemData Pulumi.Azure Native. DBfor Postgre SQL. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- CitusVersion string
- The Citus extension version on all cluster servers.
- CoordinatorEnable boolPublic Ip Access 
- If public access is enabled on coordinator.
- CoordinatorServer stringEdition 
- The edition of a coordinator server (default: GeneralPurpose). Required for creation.
- CoordinatorStorage intQuota In Mb 
- The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- CoordinatorVCores int
- The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- EnableHa bool
- If high availability (HA) is enabled or not for the cluster.
- EnableShards boolOn Coordinator 
- If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed.
- MaintenanceWindow Pulumi.Azure Native. DBfor Postgre SQL. Outputs. Maintenance Window Response 
- Maintenance window of a cluster.
- NodeCount int
- Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation.
- NodeEnable boolPublic Ip Access 
- If public access is enabled on worker nodes.
- NodeServer stringEdition 
- The edition of a node server (default: MemoryOptimized).
- NodeStorage intQuota In Mb 
- The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- NodeVCores int
- The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- PointIn stringTime UTC 
- Date and time in UTC (ISO8601 format) for cluster restore.
- PostgresqlVersion string
- The major PostgreSQL version on all cluster servers.
- PreferredPrimary stringZone 
- Preferred primary availability zone (AZ) for all cluster servers.
- SourceLocation string
- The Azure region of source cluster for read replica clusters.
- SourceResource stringId 
- The resource id of source cluster for read replica clusters.
- Dictionary<string, string>
- Resource tags.
- AdministratorLogin string
- The administrator's login name of the servers in the cluster.
- EarliestRestore stringTime 
- The earliest restore point time (ISO8601 format) for the cluster.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- PrivateEndpoint []SimpleConnections Private Endpoint Connection Response 
- The private endpoint connections for a cluster.
- ProvisioningState string
- Provisioning state of the cluster
- ReadReplicas []string
- The array of read replica clusters.
- ServerNames []ServerName Item Response 
- The list of server names in the cluster
- State string
- A state of a cluster/server that is visible to user.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- CitusVersion string
- The Citus extension version on all cluster servers.
- CoordinatorEnable boolPublic Ip Access 
- If public access is enabled on coordinator.
- CoordinatorServer stringEdition 
- The edition of a coordinator server (default: GeneralPurpose). Required for creation.
- CoordinatorStorage intQuota In Mb 
- The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- CoordinatorVCores int
- The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- EnableHa bool
- If high availability (HA) is enabled or not for the cluster.
- EnableShards boolOn Coordinator 
- If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed.
- MaintenanceWindow MaintenanceWindow Response 
- Maintenance window of a cluster.
- NodeCount int
- Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation.
- NodeEnable boolPublic Ip Access 
- If public access is enabled on worker nodes.
- NodeServer stringEdition 
- The edition of a node server (default: MemoryOptimized).
- NodeStorage intQuota In Mb 
- The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- NodeVCores int
- The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- PointIn stringTime UTC 
- Date and time in UTC (ISO8601 format) for cluster restore.
- PostgresqlVersion string
- The major PostgreSQL version on all cluster servers.
- PreferredPrimary stringZone 
- Preferred primary availability zone (AZ) for all cluster servers.
- SourceLocation string
- The Azure region of source cluster for read replica clusters.
- SourceResource stringId 
- The resource id of source cluster for read replica clusters.
- map[string]string
- Resource tags.
- administratorLogin String
- The administrator's login name of the servers in the cluster.
- earliestRestore StringTime 
- The earliest restore point time (ISO8601 format) for the cluster.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- privateEndpoint List<SimpleConnections Private Endpoint Connection Response> 
- The private endpoint connections for a cluster.
- provisioningState String
- Provisioning state of the cluster
- readReplicas List<String>
- The array of read replica clusters.
- serverNames List<ServerName Item Response> 
- The list of server names in the cluster
- state String
- A state of a cluster/server that is visible to user.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- citusVersion String
- The Citus extension version on all cluster servers.
- coordinatorEnable BooleanPublic Ip Access 
- If public access is enabled on coordinator.
- coordinatorServer StringEdition 
- The edition of a coordinator server (default: GeneralPurpose). Required for creation.
- coordinatorStorage IntegerQuota In Mb 
- The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- coordinatorVCores Integer
- The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- enableHa Boolean
- If high availability (HA) is enabled or not for the cluster.
- enableShards BooleanOn Coordinator 
- If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed.
- maintenanceWindow MaintenanceWindow Response 
- Maintenance window of a cluster.
- nodeCount Integer
- Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation.
- nodeEnable BooleanPublic Ip Access 
- If public access is enabled on worker nodes.
- nodeServer StringEdition 
- The edition of a node server (default: MemoryOptimized).
- nodeStorage IntegerQuota In Mb 
- The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- nodeVCores Integer
- The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- pointIn StringTime UTC 
- Date and time in UTC (ISO8601 format) for cluster restore.
- postgresqlVersion String
- The major PostgreSQL version on all cluster servers.
- preferredPrimary StringZone 
- Preferred primary availability zone (AZ) for all cluster servers.
- sourceLocation String
- The Azure region of source cluster for read replica clusters.
- sourceResource StringId 
- The resource id of source cluster for read replica clusters.
- Map<String,String>
- Resource tags.
- administratorLogin string
- The administrator's login name of the servers in the cluster.
- earliestRestore stringTime 
- The earliest restore point time (ISO8601 format) for the cluster.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- privateEndpoint SimpleConnections Private Endpoint Connection Response[] 
- The private endpoint connections for a cluster.
- provisioningState string
- Provisioning state of the cluster
- readReplicas string[]
- The array of read replica clusters.
- serverNames ServerName Item Response[] 
- The list of server names in the cluster
- state string
- A state of a cluster/server that is visible to user.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- citusVersion string
- The Citus extension version on all cluster servers.
- coordinatorEnable booleanPublic Ip Access 
- If public access is enabled on coordinator.
- coordinatorServer stringEdition 
- The edition of a coordinator server (default: GeneralPurpose). Required for creation.
- coordinatorStorage numberQuota In Mb 
- The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- coordinatorVCores number
- The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- enableHa boolean
- If high availability (HA) is enabled or not for the cluster.
- enableShards booleanOn Coordinator 
- If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed.
- maintenanceWindow MaintenanceWindow Response 
- Maintenance window of a cluster.
- nodeCount number
- Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation.
- nodeEnable booleanPublic Ip Access 
- If public access is enabled on worker nodes.
- nodeServer stringEdition 
- The edition of a node server (default: MemoryOptimized).
- nodeStorage numberQuota In Mb 
- The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- nodeVCores number
- The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- pointIn stringTime UTC 
- Date and time in UTC (ISO8601 format) for cluster restore.
- postgresqlVersion string
- The major PostgreSQL version on all cluster servers.
- preferredPrimary stringZone 
- Preferred primary availability zone (AZ) for all cluster servers.
- sourceLocation string
- The Azure region of source cluster for read replica clusters.
- sourceResource stringId 
- The resource id of source cluster for read replica clusters.
- {[key: string]: string}
- Resource tags.
- administrator_login str
- The administrator's login name of the servers in the cluster.
- earliest_restore_ strtime 
- The earliest restore point time (ISO8601 format) for the cluster.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- private_endpoint_ Sequence[Simpleconnections Private Endpoint Connection Response] 
- The private endpoint connections for a cluster.
- provisioning_state str
- Provisioning state of the cluster
- read_replicas Sequence[str]
- The array of read replica clusters.
- server_names Sequence[ServerName Item Response] 
- The list of server names in the cluster
- state str
- A state of a cluster/server that is visible to user.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- citus_version str
- The Citus extension version on all cluster servers.
- coordinator_enable_ boolpublic_ ip_ access 
- If public access is enabled on coordinator.
- coordinator_server_ stredition 
- The edition of a coordinator server (default: GeneralPurpose). Required for creation.
- coordinator_storage_ intquota_ in_ mb 
- The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- coordinator_v_ intcores 
- The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- enable_ha bool
- If high availability (HA) is enabled or not for the cluster.
- enable_shards_ boolon_ coordinator 
- If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed.
- maintenance_window MaintenanceWindow Response 
- Maintenance window of a cluster.
- node_count int
- Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation.
- node_enable_ boolpublic_ ip_ access 
- If public access is enabled on worker nodes.
- node_server_ stredition 
- The edition of a node server (default: MemoryOptimized).
- node_storage_ intquota_ in_ mb 
- The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- node_v_ intcores 
- The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- point_in_ strtime_ utc 
- Date and time in UTC (ISO8601 format) for cluster restore.
- postgresql_version str
- The major PostgreSQL version on all cluster servers.
- preferred_primary_ strzone 
- Preferred primary availability zone (AZ) for all cluster servers.
- source_location str
- The Azure region of source cluster for read replica clusters.
- source_resource_ strid 
- The resource id of source cluster for read replica clusters.
- Mapping[str, str]
- Resource tags.
- administratorLogin String
- The administrator's login name of the servers in the cluster.
- earliestRestore StringTime 
- The earliest restore point time (ISO8601 format) for the cluster.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- privateEndpoint List<Property Map>Connections 
- The private endpoint connections for a cluster.
- provisioningState String
- Provisioning state of the cluster
- readReplicas List<String>
- The array of read replica clusters.
- serverNames List<Property Map>
- The list of server names in the cluster
- state String
- A state of a cluster/server that is visible to user.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- citusVersion String
- The Citus extension version on all cluster servers.
- coordinatorEnable BooleanPublic Ip Access 
- If public access is enabled on coordinator.
- coordinatorServer StringEdition 
- The edition of a coordinator server (default: GeneralPurpose). Required for creation.
- coordinatorStorage NumberQuota In Mb 
- The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- coordinatorVCores Number
- The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- enableHa Boolean
- If high availability (HA) is enabled or not for the cluster.
- enableShards BooleanOn Coordinator 
- If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed.
- maintenanceWindow Property Map
- Maintenance window of a cluster.
- nodeCount Number
- Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation.
- nodeEnable BooleanPublic Ip Access 
- If public access is enabled on worker nodes.
- nodeServer StringEdition 
- The edition of a node server (default: MemoryOptimized).
- nodeStorage NumberQuota In Mb 
- The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- nodeVCores Number
- The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information.
- pointIn StringTime UTC 
- Date and time in UTC (ISO8601 format) for cluster restore.
- postgresqlVersion String
- The major PostgreSQL version on all cluster servers.
- preferredPrimary StringZone 
- Preferred primary availability zone (AZ) for all cluster servers.
- sourceLocation String
- The Azure region of source cluster for read replica clusters.
- sourceResource StringId 
- The resource id of source cluster for read replica clusters.
- Map<String>
- Resource tags.
Supporting Types
MaintenanceWindowResponse  
- CustomWindow string
- indicates whether custom window is enabled or disabled
- DayOf intWeek 
- day of week for maintenance window
- StartHour int
- start hour for maintenance window
- StartMinute int
- start minute for maintenance window
- CustomWindow string
- indicates whether custom window is enabled or disabled
- DayOf intWeek 
- day of week for maintenance window
- StartHour int
- start hour for maintenance window
- StartMinute int
- start minute for maintenance window
- customWindow String
- indicates whether custom window is enabled or disabled
- dayOf IntegerWeek 
- day of week for maintenance window
- startHour Integer
- start hour for maintenance window
- startMinute Integer
- start minute for maintenance window
- customWindow string
- indicates whether custom window is enabled or disabled
- dayOf numberWeek 
- day of week for maintenance window
- startHour number
- start hour for maintenance window
- startMinute number
- start minute for maintenance window
- custom_window str
- indicates whether custom window is enabled or disabled
- day_of_ intweek 
- day of week for maintenance window
- start_hour int
- start hour for maintenance window
- start_minute int
- start minute for maintenance window
- customWindow String
- indicates whether custom window is enabled or disabled
- dayOf NumberWeek 
- day of week for maintenance window
- startHour Number
- start hour for maintenance window
- startMinute Number
- start minute for maintenance window
PrivateEndpointPropertyResponse   
- 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.
PrivateLinkServiceConnectionStateResponse     
- ActionsRequired 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
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- ActionsRequired 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
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired 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
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired 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
- 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
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired 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
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
ServerNameItemResponse   
- FullyQualified stringDomain Name 
- The fully qualified domain name of a server.
- Name string
- The name of a server.
- FullyQualified stringDomain Name 
- The fully qualified domain name of a server.
- Name string
- The name of a server.
- fullyQualified StringDomain Name 
- The fully qualified domain name of a server.
- name String
- The name of a server.
- fullyQualified stringDomain Name 
- The fully qualified domain name of a server.
- name string
- The name of a server.
- fully_qualified_ strdomain_ name 
- The fully qualified domain name of a server.
- name str
- The name of a server.
- fullyQualified StringDomain Name 
- The fully qualified domain name of a server.
- name String
- The name of a server.
SimplePrivateEndpointConnectionResponse    
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- SystemData Pulumi.Azure Native. DBfor Postgre SQL. Inputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- GroupIds List<string>
- Group ids of the private endpoint connection.
- PrivateEndpoint Pulumi.Azure Native. DBfor Postgre SQL. Inputs. Private Endpoint Property Response 
- Private endpoint which the connection belongs to.
- PrivateLink Pulumi.Service Connection State Azure Native. DBfor Postgre SQL. Inputs. Private Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- GroupIds []string
- Group ids of the private endpoint connection.
- PrivateEndpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- PrivateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds List<String>
- Group ids of the private endpoint connection.
- privateEndpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds string[]
- Group ids of the private endpoint connection.
- privateEndpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group_ids Sequence[str]
- Group ids of the private endpoint connection.
- private_endpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- private_link_ Privateservice_ connection_ state Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds List<String>
- Group ids of the private endpoint connection.
- privateEndpoint Property Map
- Private endpoint which the connection belongs to.
- privateLink Property MapService Connection State 
- A collection of information about the state of the connection between service consumer and provider.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi