member_invitations_list_only
Lists member_invitations in a region or regions, for all properties use member_invitations
Overview
| Name | member_invitations_list_only |
| Type | Resource |
| Description | Resource schema for AWS::Detective::MemberInvitation |
| Id | aws.detective.member_invitations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
graph_arn | string | The ARN of the graph to which the member account will be invited |
member_id | string | The AWS account ID to be invited to join the graph as a member |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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