get_data_protection_policy(**kwargs)¶Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.
See also: AWS API Documentation
Request Syntax
response = client.get_data_protection_policy(
ResourceArn='string'
)
[REQUIRED]
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.
{
'DataProtectionPolicy': 'string'
}
Response Structure
Retrieves the DataProtectionPolicy in JSON string format.
Exceptions
SNS.Client.exceptions.InvalidParameterExceptionSNS.Client.exceptions.InternalErrorExceptionSNS.Client.exceptions.NotFoundExceptionSNS.Client.exceptions.AuthorizationErrorExceptionSNS.Client.exceptions.InvalidSecurityException