Skip to content

Resource: awsAuditmanagerOrganizationAdminAccountRegistration

Terraform resource for managing AWS Audit Manager Organization Admin Account Registration.

Example Usage

Basic 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.auditmanagerOrganizationAdminAccountRegistration.AuditmanagerOrganizationAdminAccountRegistration(
  this,
  "example",
  {
    adminAccountId: "012345678901",
  }
);

Argument Reference

The following arguments are required:

  • adminAccountId - (Required) Identifier for the organization administrator account.

Attributes Reference

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

  • id - Identifier for the organization administrator account.
  • organizationId - Identifier for the organization.

Import

Audit Manager Organization Admin Account Registration can be imported using the id, e.g.,

$ terraform import aws_auditmanager_organization_admin_account_registration.example 012345678901