AWS::Detective::MemberInvitationThe `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 { CfnMemberInvitation } from 'aws-cdk-lib/aws-detective';Or use the module namespace:
import * as detective from 'aws-cdk-lib/aws-detective';
// detective.CfnMemberInvitationConfiguration passed to the constructor as CfnMemberInvitationProps.
graphArnRequiredstringThe ARN of the behavior graph to invite the account to contribute data to.
memberEmailAddressRequiredstringThe 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.
memberIdRequiredstringThe AWS account identifier of the invited account.
disableEmailNotificationOptionalboolean | IResolvableWhether to send an invitation email to the member account. If set to true, the member account does not receive an invitation email.
Default: - false
messageOptionalstringCustomized text to include in the invitation email message.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-detectiveAWS::Detective::MemberInvitation