Module Lightsail.LoadBalancerTlsCertificate

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

type properties = {
  1. load_balancer_name : string;
  2. certificate_domain_name : string;
  3. is_attached : bool option;
  4. certificate_alternative_names : string list option;
  5. https_redirection_enabled : bool option;
  6. certificate_name : string;
}

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

val make_properties : load_balancer_name:string -> certificate_domain_name:string -> ?is_attached:bool -> ?certificate_alternative_names:string list -> ?https_redirection_enabled:bool -> certificate_name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. load_balancer_tls_certificate_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string