Module Values.GetDataProtectionPolicyInputSource

Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.

Sourcetype nonrec t = {
  1. resourceArn : TopicARN.t;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : resourceArn:TopicARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TopicARN.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t