Configuration to enable Amazon Macie in an AWS Account. Amazon Macie is used to discover, monitor, and help protect sensitive data in Amazon S3 Buckets.

Items
1
Size
0.2 KB
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  Macie:
    Type: 'AWS::Macie::Session'
    Properties:
      Status: ENABLED
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

Settings

* Required field