Put Data Protection Policy
sns_put_data_protection_policy | R Documentation |
Adds or updates an inline policy document that is stored in the specified Amazon SNS topic¶
Description¶
Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.
Usage¶
sns_put_data_protection_policy(ResourceArn, DataProtectionPolicy)
Arguments¶
ResourceArn |
[required] The ARN of the topic whose
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. |
DataProtectionPolicy |
[required] The JSON serialization of the topic's
The Length Constraints: Maximum length of 30,720. |
Value¶
An empty list.
Request syntax¶
svc$put_data_protection_policy(
ResourceArn = "string",
DataProtectionPolicy = "string"
)