VpcConnectionProperties constructor

VpcConnectionProperties({
  1. required String vpcConnectionArn,
})

Implementation

VpcConnectionProperties({
  required this.vpcConnectionArn,
});