factory VpcConnectionProperties.fromJson(Map<String, dynamic> json) { return VpcConnectionProperties( vpcConnectionArn: json['VpcConnectionArn'] as String, ); }