MSK.VpcConnection
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html
type properties = {
security_groups : string list;
target_cluster_arn : string;
client_subnets : string list;
vpc_id : string;
authentication : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html;
val make_properties :
security_groups:string list ->
target_cluster_arn:string ->
client_subnets:string list ->
vpc_id:string ->
authentication:string ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes