aws.sns.get_data_protection_policy
Example SQL Queries
SELECT * FROMaws.sns.get_data_protection_policyWHERE"resource_arn" = 'VALUE';Description
Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The ARN of the topic whose DataProtectionPolicy you want to get. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. | 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 |
| data_protection_policy Retrieves the DataProtectionPolicy in JSON string format. | VARCHAR |