Skip to content

Data Source: azurermBackupPolicyFileShare

Use this data source to access information about an existing File Share Backup Policy.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as azurerm from "./.gen/providers/azurerm";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: azurerm.
For a more precise conversion please use the --provider flag in convert.*/
new azurerm.dataAzurermBackupPolicyFileShare.DataAzurermBackupPolicyFileShare(
  this,
  "policy",
  {
    name: "policy",
    recovery_vault_name: "recovery_vault",
    resource_group_name: "resource_group",
  }
);

Argument Reference

The following arguments are supported:

  • name - Specifies the name of the File Share Backup Policy.

  • recoveryVaultName - Specifies the name of the Recovery Services Vault.

  • resourceGroupName - The name of the resource group in which the File Share Backup Policy resides.

Attributes Reference

The following attributes are exported:

  • id - The ID of the File Share Backup Policy.

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

  • read - (Defaults to 5 minutes) Used when retrieving the Recovery Services File Share Protection Policy.