session
Gets an individual session
resource
Overview
Name | session |
Type | Resource |
Description | session |
Id | awscc.macie.session |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
aws_account_id,
status,
finding_publishing_frequency,
service_role
FROM awscc.macie.session
WHERE data__Identifier = '<AwsAccountId>';
Permissions
To operate on the session
resource, the following permissions are required:
Read
macie2:GetMacieSession
Update
macie2:GetMacieSession,
macie2:UpdateMacieSession
Delete
macie2:DisableMacie