VpcConfigResponse constructor

VpcConfigResponse({
  1. String? clusterSecurityGroupId,
  2. bool? endpointPrivateAccess,
  3. bool? endpointPublicAccess,
  4. List<String>? publicAccessCidrs,
  5. List<String>? securityGroupIds,
  6. List<String>? subnetIds,
  7. String? vpcId,
})

Implementation

VpcConfigResponse({
  this.clusterSecurityGroupId,
  this.endpointPrivateAccess,
  this.endpointPublicAccess,
  this.publicAccessCidrs,
  this.securityGroupIds,
  this.subnetIds,
  this.vpcId,
});