member_invitations
Retrieves a list of member_invitations
in a region
Overview
Name | member_invitations |
Type | Resource |
Description | member_invitations |
Id | awscc.detective.member_invitations |
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
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