AWSSNSPutDataProtectionPolicyInput

Objective-C

@interface AWSSNSPutDataProtectionPolicyInput

Swift

class AWSSNSPutDataProtectionPolicyInput
  • The JSON serialization of the topic’s DataProtectionPolicy.

    The DataProtectionPolicy must 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 DataProtectionPolicy you 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 }