Module SecretsManager.ResourcePolicy

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html

type properties = {
  1. block_public_policy : bool option;
  2. secret_id : string;
  3. resource_policy : Yojson.Safe.t;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html;

val make_properties : ?block_public_policy:bool -> secret_id:string -> resource_policy:Yojson.Safe.t -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string