VpcLattice.Service
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-service.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-service-dnsentry.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
dns_entry : dns_entry option;
custom_domain_name : string option;
auth_type : string option;
name : string option;
certificate_arn : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-service.html;
val make_properties :
?dns_entry:dns_entry ->
?custom_domain_name:string ->
?auth_type:string ->
?tags:tag list ->
?name:string ->
?certificate_arn:string ->
unit ->
properties
val make_dns_entry :
?domain_name:string ->
?hosted_zone_id:string ->
unit ->
dns_entry
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_dns_entry :
dns_entry ->
[> `Assoc of (string * Yojson.Safe.t) list ]
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