ElasticLoadBalancingV2.TargetGroup
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetdescription.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetgroupattribute.html
type properties = {
ip_address_type : string option;
health_check_interval_seconds : int option;
matcher : matcher option;
health_check_path : string option;
port : int option;
targets : target_description list option;
health_check_enabled : bool option;
protocol_version : string option;
unhealthy_threshold_count : int option;
health_check_timeout_seconds : int option;
name : string option;
vpc_id : string option;
healthy_threshold_count : int option;
health_check_protocol : string option;
target_group_attributes : target_group_attribute list option;
target_type : string option;
health_check_port : string option;
protocol : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html;
val make_properties :
?ip_address_type:string ->
?health_check_interval_seconds:int ->
?matcher:matcher ->
?health_check_path:string ->
?port:int ->
?targets:target_description list ->
?health_check_enabled:bool ->
?protocol_version:string ->
?unhealthy_threshold_count:int ->
?health_check_timeout_seconds:int ->
?name:string ->
?vpc_id:string ->
?healthy_threshold_count:int ->
?health_check_protocol:string ->
?target_group_attributes:target_group_attribute list ->
?target_type:string ->
?health_check_port:string ->
?protocol:string ->
?tags:tag list ->
unit ->
properties
val make_target_description :
?port:int ->
?availability_zone:string ->
id:string ->
unit ->
target_description
val make_tag : value:string -> key:string -> unit -> tag
val make_matcher : ?grpc_code:string -> ?http_code:string -> unit -> matcher
val make_target_group_attribute :
?value:string ->
?key:string ->
unit ->
target_group_attribute
val yojson_of_target_description :
target_description ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_matcher : matcher -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_target_group_attribute :
target_group_attribute ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes