VpcLattice.ServiceNetworkServiceAssociationsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.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-vpclattice-servicenetworkserviceassociation-dnsentry.html
type properties = {service_network_identifier : string option;dns_entry : dns_entry option;service_identifier : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html;
val make_properties :
?service_network_identifier:string ->
?dns_entry:dns_entry ->
?service_identifier:string ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_dns_entry :
?domain_name:string ->
?hosted_zone_id:string ->
unit ->
dns_entryval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_dns_entry :
dns_entry ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]type attributes = {ref_ : string;status : string;service_network_id : string;service_name : string;created_at : string;dns_entry__hosted_zone_id : string;service_network_name : string;service_arn : string;id : string;arn : string;dns_entry__domain_name : string;service_network_arn : string;service_id : string;}val create_attributes : string -> attributes