Module ElasticLoadBalancingV2.TrustStore

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-truststore.html

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. ca_certificates_bundle_s3_bucket : string option;
  2. ca_certificates_bundle_s3_object_version : string option;
  3. tags : tag list option;
  4. name : string option;
  5. 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 ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. trust_store_arn : string;
  4. number_of_ca_certificates : int;
}
val create_attributes : string -> attributes
val cloudformation_type : string