ElasticLoadBalancingV2.TrustStore
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
ca_certificates_bundle_s3_bucket : string option;
ca_certificates_bundle_s3_object_version : string option;
name : string option;
ca_certificates_bundle_s3_key : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html;
val make_properties :
?ca_certificates_bundle_s3_bucket:string ->
?ca_certificates_bundle_s3_object_version:string ->
?tags:tag list ->
?name:string ->
?ca_certificates_bundle_s3_key:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes