AWSSNSPutDataProtectionPolicyInput
Objective-C
@interface AWSSNSPutDataProtectionPolicyInput
Swift
class AWSSNSPutDataProtectionPolicyInput
-
The JSON serialization of the topic’s
DataProtectionPolicy.The
DataProtectionPolicymust be in JSON string format.Length Constraints: Maximum length of 30,720.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataProtectionPolicy;Swift
var dataProtectionPolicy: String? { get set } -
The ARN of the topic whose
DataProtectionPolicyyou want to add or update.For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;Swift
var resourceArn: String? { get set }
View on GitHub
Install in Dash
AWSSNSPutDataProtectionPolicyInput Class Reference