OrganizationConfig / BackupPolicyConfig

Organization backup policy

Backup policies enable you to deploy organization-wide backup plans to help ensure compliance across your organization's accounts. Using policies helps ensure consistency in how you implement your backup plans

backupPolicies:
- name: BackupPolicy
description: Organization Backup Policy
policy: backup-policies/org-backup-policies.json
deploymentTargets:
organizationalUnits:
- Root
interface IBackupPolicyConfig {
    deploymentTargets: IDeploymentTargets;
    description: string;
    name: string;
    policy: string;
}

Properties

deploymentTargets: IDeploymentTargets

Backup policy deployment targets

description: string

A description to assign to the policy.

name: string

The friendly name to assign to the policy. The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

policy: string

Backup policy definition json file. This file must be present in config repository