PscConfig constructor

PscConfig({
  1. List<String>? allowedVpcs,
  2. String? lookerServiceAttachmentUri,
  3. List<ServiceAttachment>? serviceAttachments,
})

Implementation

PscConfig({
  this.allowedVpcs,
  this.lookerServiceAttachmentUri,
  this.serviceAttachments,
});