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