Skip to main content

member_invitation

Gets an individual member_invitation resource

Overview

Namemember_invitation
TypeResource
Descriptionmember_invitation
Idawscc.detective.member_invitation

Fields

NameDatatypeDescription
graph_arnstringThe ARN of the graph to which the member account will be invited
member_idstringThe AWS account ID to be invited to join the graph as a member
member_email_addressstringThe root email address for the account to be invited, for validation. Updating this field has no effect.
disable_email_notificationbooleanWhen set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. Updating this field has no effect.
messagestringA message to be included in the email invitation sent to the invited account. Updating this field has no effect.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
graph_arn,
member_id,
member_email_address,
disable_email_notification,
message
FROM awscc.detective.member_invitation
WHERE data__Identifier = '<GraphArn>|<MemberId>';

Permissions

To operate on the member_invitation resource, the following permissions are required:

Read

detective:GetMembers

Delete

detective:DeleteMembers