Skip to main content

member_invitations_list_only

Lists member_invitations in a region or regions, for all properties use member_invitations

Overview

Namemember_invitations_list_only
TypeResource
DescriptionResource schema for AWS::Detective::MemberInvitation
Idaws.detective.member_invitations_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all member_invitations in a region.

SELECT
region,
graph_arn,
member_id
FROM aws.detective.member_invitations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the member_invitations_list_only resource, see member_invitations