» Resource: aws_macie_member_account_association

Associates an AWS account with Amazon Macie as a member account.

» Example Usage

resource "aws_macie_member_account_association" "example" {
  member_account_id = "123456789012"
}

» Argument Reference

The following arguments are supported:

  • member_account_id - (Required) The ID of the AWS account that you want to associate with Amazon Macie as a member account.

» Attributes Reference

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

  • id - The ID of the association.