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
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