Skip to main content

member_invitations

Retrieves a list of member_invitations in a region

Overview

Namemember_invitations
TypeResource
Descriptionmember_invitations
Idawscc.detective.member_invitations

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
graph_arn,
member_id
FROM awscc.detective.member_invitations
WHERE region = 'us-east-1'

Permissions

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

Create

detective:CreateMembers,
detective:GetMembers

List

detective:ListGraphs,
detective:ListMembers