member_invitation
Gets an individual member_invitation
resource
Overview
Name | member_invitation |
Type | Resource |
Description | member_invitation |
Id | awscc.detective.member_invitation |
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 |
member_email_address | string | The root email address for the account to be invited, for validation. Updating this field has no effect. |
disable_email_notification | boolean | When 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. |
message | string | A message to be included in the email invitation sent to the invited account. Updating this field has no effect. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
graph_arn,
member_id,
member_email_address,
disable_email_notification,
message
FROM awscc.detective.member_invitation
WHERE data__Identifier = '<GraphArn>|<MemberId>';
Permissions
To operate on the member_invitation
resource, the following permissions are required:
Read
detective:GetMembers
Delete
detective:DeleteMembers