ResourceDataSyncSource constructor

ResourceDataSyncSource({
  1. required List<String> sourceRegions,
  2. required String sourceType,
  3. ResourceDataSyncAwsOrganizationsSource? awsOrganizationsSource,
  4. bool? includeFutureRegions,
})

Implementation

ResourceDataSyncSource({
  required this.sourceRegions,
  required this.sourceType,
  this.awsOrganizationsSource,
  this.includeFutureRegions,
});