FargateProfileSelector constructor

FargateProfileSelector({
  1. Map<String, String>? labels,
  2. String? namespace,
})

Implementation

FargateProfileSelector({
  this.labels,
  this.namespace,
});