Module VpcLattice.ServiceNetworkServiceAssociation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkserviceassociation.html

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

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

and dns_entry = {
  1. domain_name : string option;
  2. hosted_zone_id : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkserviceassociation-dnsentry.html

type properties = {
  1. service_network_identifier : string option;
  2. dns_entry : dns_entry option;
  3. service_identifier : string option;
  4. tags : tag list 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 -> properties
val make_tag : value:string -> key:string -> unit -> tag
val make_dns_entry : ?domain_name:string -> ?hosted_zone_id:string -> unit -> dns_entry
val 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 = {
  1. ref_ : string;
  2. status : string;
  3. service_network_id : string;
  4. service_name : string;
  5. created_at : string;
  6. dns_entry__hosted_zone_id : string;
  7. service_network_name : string;
  8. service_arn : string;
  9. id : string;
  10. arn : string;
  11. dns_entry__domain_name : string;
  12. service_network_arn : string;
  13. service_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string