Module Lightsail.StaticIp

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-staticip.html

type properties = {
  1. static_ip_name : string;
  2. attached_to : string option;
}

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

val make_properties : static_ip_name:string -> ?attached_to:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. static_ip_arn : string;
  3. ip_address : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string