Skip to main content

invitations_counts

Creates, updates, deletes, gets or lists an invitations_counts resource.

Overview

Nameinvitations_counts
TypeResource
Idaws.macie2.invitations_counts

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
invitations_countinteger (int64)The total number of invitations that were received by the account, not including the currently accepted invitation.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_invitations_countselectregionRetrieves the count of Amazon Macie membership invitations that were received by an account.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves the count of Amazon Macie membership invitations that were received by an account.

SELECT
invitations_count
FROM aws.macie2.invitations_counts
WHERE region = '{{ region }}' -- required
;