Skip to content

Resource: awsBackupGlobalSettings

Provides an AWS Backup Global Settings resource.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.backupGlobalSettings.BackupGlobalSettings(this, "test", {
  globalSettings: {
    isCrossAccountBackupEnabled: "true",
  },
});

Argument Reference

The following arguments are supported:

  • globalSettings - (Required) A list of resources along with the opt-in preferences for the account.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - The AWS Account ID.

Import

Backup Global Settings can be imported using the id, e.g.,

$ terraform import aws_backup_global_settings.example 123456789012