AWS::Macie::SessionThe 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.
2 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FindingPublishingFrequency | string | |
Status | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AutomatedDiscoveryStatus | string | The status of automated sensitive data discovery for the Macie session. |
AwsAccountId | string | AWS account ID of customer |
ServiceRole | string | Service role used by Macie |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Macie::Session
Resources:
MyResource:
Type: AWS::Macie::Session
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
macie2:GetMacieSessionmacie2:EnableMaciemacie2:ListAutomatedDiscoveryAccountsmacie2:GetMacieSessionmacie2:ListAutomatedDiscoveryAccountsmacie2:GetMacieSessionmacie2:ListAutomatedDiscoveryAccountsmacie2:GetMacieSessionmacie2:UpdateMacieSessionmacie2:ListAutomatedDiscoveryAccountsmacie2:DisableMacieOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAwsAccountId