exec.azurerm.postgresql.private_link_resource¶

Azure Resource Manager (ARM) PostgreSQL Private Link Resource Operations Execution Module

New in version 4.0.0.

maintainer:

<devops@eitr.tech>

configuration:

This module requires Azure Resource Manager credentials to be passed as keyword arguments to every function or via acct in order to work properly.

Required provider parameters:

if using username and password:
  • subscription_id
  • username
  • password
if using a service principal:
  • subscription_id
  • tenant
  • client_id
  • secret

Optional provider parameters:

cloud_environment: Used to point the cloud driver to different API endpoints, such as Azure GovCloud. Possible values:

  • AZURE_PUBLIC_CLOUD (default)
  • AZURE_CHINA_CLOUD
  • AZURE_US_GOV_CLOUD
  • AZURE_GERMAN_CLOUD
idem_azurerm.exec.azurerm.postgresql.private_link_resource.get(hub, ctx, name, server_name, resource_group, **kwargs)¶

New in version 4.0.0.

Gets a private link resource for PostgreSQL server.

Parameters:
  • name – The name of the private link resource.
  • server_name – The name of the server.
  • resource_group – The name of the resource group. The name is case insensitive.

CLI Example:

azurerm.postgresql.private_link_resource.get test_name test_server test_group
idem_azurerm.exec.azurerm.postgresql.private_link_resource.list_by_server(hub, ctx, server_name, resource_group, **kwargs)¶

New in version 4.0.0.

Gets the private link resources for PostgreSQL server.

Parameters:
  • server_name – The name of the server.
  • resource_group – The name of the resource group. The name is case insensitive.

CLI Example:

azurerm.postgresql.private_link_resource.list_by_server test_server test_group

idem-azurerm

Navigation

Contents:

  • Topics
  • Module Reference
    • execution modules
    • state modules
  • Releases

Related Topics

  • Documentation overview
    • Module Reference
      • execution modules
        • postgresql execution modules
          • Previous: exec.azurerm.postgresql.log_files
          • Next: exec.azurerm.postgresql.operations

Quick search

©2020, EITR Technologies, LLC. | Powered by Sphinx 1.8.5 & Alabaster 0.7.12 | Page source