AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Detective::MemberInvitation

CfnMemberInvitation

The `AWS::Detective::MemberInvitation` resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph. The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.

Import

import { CfnMemberInvitation } from 'aws-cdk-lib/aws-detective';

Or use the module namespace:

import * as detective from 'aws-cdk-lib/aws-detective';
// detective.CfnMemberInvitation

Properties

Configuration passed to the constructor as CfnMemberInvitationProps.

graphArnRequired
string

The ARN of the behavior graph to invite the account to contribute data to.

memberEmailAddressRequired
string

The root user email address of the invited account. If the email address provided is not the root user email address for the provided account, the invitation creation fails.

memberIdRequired
string

The AWS account identifier of the invited account.

disableEmailNotificationOptional
boolean | IResolvable

Whether to send an invitation email to the member account. If set to true, the member account does not receive an invitation email.

Default: - false

messageOptional
string

Customized text to include in the invitation email message.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-detective
CFN TypeAWS::Detective::MemberInvitation
Properties5

Related Constructs

External Links