NetworkManager.ConnectAttachment
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.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-networkmanager-connectattachment-connectattachmentoptions.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-proposedsegmentchange.html
type properties = {
proposed_segment_change : proposed_segment_change option;
options : connect_attachment_options;
transport_attachment_id : string;
core_network_id : string;
edge_location : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html;
val make_properties :
?proposed_segment_change:proposed_segment_change ->
options:connect_attachment_options ->
transport_attachment_id:string ->
core_network_id:string ->
?tags:tag list ->
edge_location:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_connect_attachment_options :
?protocol:string ->
unit ->
connect_attachment_options
val make_proposed_segment_change :
?segment_name:string ->
?tags:tag list ->
?attachment_policy_rule_number:int ->
unit ->
proposed_segment_change
val yojson_of_tag : tag -> Yojson.Safe.t
val yojson_of_connect_attachment_options :
connect_attachment_options ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_proposed_segment_change :
proposed_segment_change ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes