aws.logs.get_data_protection_policy
Example SQL Queries
SELECT * FROMaws.logs.get_data_protection_policyWHERE"log_group_identifier" = 'VALUE';Description
Returns information about a log group data protection policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| log_group_identifier Required Input Column The log group name or ARN that you specified in your request. | 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 |
| last_updated_time The date and time that this policy was most recently updated. | BIGINT |
| policy_document The data protection policy document for this log group. | VARCHAR |