FargateProfile constructor

FargateProfile({
  1. String? clusterName,
  2. DateTime? createdAt,
  3. String? fargateProfileArn,
  4. String? fargateProfileName,
  5. String? podExecutionRoleArn,
  6. List<FargateProfileSelector>? selectors,
  7. FargateProfileStatus? status,
  8. List<String>? subnets,
  9. Map<String, String>? tags,
})

Implementation

FargateProfile({
  this.clusterName,
  this.createdAt,
  this.fargateProfileArn,
  this.fargateProfileName,
  this.podExecutionRoleArn,
  this.selectors,
  this.status,
  this.subnets,
  this.tags,
});