Skip to content

Create Member

macie2_create_member R Documentation

Associates an account with an Amazon Macie administrator account

Description

Associates an account with an Amazon Macie administrator account.

Usage

macie2_create_member(account, tags)

Arguments

account

[required] The details of the account to associate with the administrator account.

tags

A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.

An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

Value

A list with the following syntax:

list(
  arn = "string"
)

Request syntax

svc$create_member(
  account = list(
    accountId = "string",
    email = "string"
  ),
  tags = list(
    "string"
  )
)