aws.macie2.get_sensitivity_inspection_template
Example SQL Queries
SELECT * FROMaws.macie2.get_sensitivity_inspection_templateWHERE"id" = 'VALUE';Description
Retrieves the settings for the sensitivity inspection template for an account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The unique identifier for the Amazon Macie resource that the request applies to. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| description The custom description of the template. | VARCHAR |
| excludes The managed data identifiers that are explicitly excluded (not used) when performing automated sensitive data discovery. | STRUCT( |
Show child fields
| |
| includes The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when performing automated sensitive data discovery. | STRUCT( |
Show child fields
| |
| name The name of the template: automated-sensitive-data-discovery. | VARCHAR |
| sensitivity_inspection_template_id The unique identifier for the template. | VARCHAR |