Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateMemberRequest

import type { CreateMemberRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface CreateMemberRequest {
account: AccountDetail;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

The details of the account to associate with the administrator account.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

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.