GlobalConfig / BackupConfig / VaultConfig

AWS Backup vault configuration

Example

- name: BackupVault
deploymentTargets:
organizationalUnits:
- Root
policy: policies/backup-vault-policy.json

Hierarchy

  • VaultConfig

Implements

Constructors

Properties

Constructors

Properties

deploymentTargets: DeploymentTargets = ...

Which OU's or Accounts the vault will be deployed to

name: "BackupVault" = 'BackupVault'

Name that will be used to create the vault.

policy: string = ''

The path to a JSON file defining Backup Vault access policy

Generated using TypeDoc