DataLocationResource constructor

DataLocationResource({
  1. required String resourceArn,
  2. String? catalogId,
})

Implementation

DataLocationResource({
  required this.resourceArn,
  this.catalogId,
});