VpcscConfig constructor

VpcscConfig({
  1. List<String>? defaultAllowlistedHost,
  2. bool? disableFirewallVpcscFlow,
})

Implementation

VpcscConfig({this.defaultAllowlistedHost, this.disableFirewallVpcscFlow});