ResourceDataSyncSourceWithState constructor

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

Implementation

ResourceDataSyncSourceWithState({
  this.awsOrganizationsSource,
  this.includeFutureRegions,
  this.sourceRegions,
  this.sourceType,
  this.state,
});