---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_macie_session Resource - terraform-provider-awscc"
subcategory: ""
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.
---

# awscc_macie_session (Resource)

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.



<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `finding_publishing_frequency` (String) A enumeration value that specifies how frequently finding updates are published.
- `status` (String) A enumeration value that specifies the status of the Macie Session.

### Read-Only

- `aws_account_id` (String) AWS account ID of customer
- `id` (String) Uniquely identifies the resource.
- `service_role` (String) Service role used by Macie

## Import

Import is supported using the following syntax:

```shell
$ terraform import awscc_macie_session.example <resource ID>
```