sessions_list_only
Lists sessions
in a region or regions, for all properties use sessions
Overview
Name | sessions_list_only |
Type | Resource |
Description | The AWS::Macie::Session resource specifies a new Amazon Macie session. A session is an object that represents the Amazon Macie service. A session is required for Amazon Macie to become operational. |
Id | aws.macie.sessions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
aws_account_id | string | AWS account ID of customer |
status | string | A enumeration value that specifies the status of the Macie Session. |
finding_publishing_frequency | string | A enumeration value that specifies how frequently finding updates are published. |
service_role | string | Service role used by Macie |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all sessions
in a region.
SELECT
region,
aws_account_id
FROM aws.macie.sessions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sessions_list_only
resource, see sessions