TSNSPutDataProtectionPolicyRequest
Class in AWS.SNS
PutDataProtectionPolicy request class.
Ancestors
Properties
DataProtectionPolicy
property DataProtectionPolicy: string
ResourceArn
property ResourceArn: TARN
Constructors
Create
constructor Create(const ADataProtectionPolicy: string; const AResourceArn: TARN);
Constructor for TSNSPutDataProtectionPolicyRequest.
///
Parameters
| Name | Description |
|---|---|
ADataProtectionPolicy | Specify the topic's DataProtectionPolicy as JSON. |
AResourceArn | Specify the Amazon Resource Name (ARN) of the topic to add or update its policy. |