ResourceDataSyncSource class
Information about the source of the data included in the resource data sync.
Constructors
-
ResourceDataSyncSource({required List<
String> sourceRegions, required String sourceType, ResourceDataSyncAwsOrganizationsSource? awsOrganizationsSource, bool? includeFutureRegions})
Properties
- awsOrganizationsSource → ResourceDataSyncAwsOrganizationsSource?
-
Information about the AwsOrganizationsSource resource data sync source. A
sync source of this type can synchronize data from AWS Organizations.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeFutureRegions → bool?
-
Whether to automatically synchronize and aggregate data from new AWS Regions
when those Regions come online.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceRegions
→ List<
String> -
The
SyncSource
AWS Regions included in the resource data sync.final - sourceType → String
-
The type of data source for the resource data sync.
SourceType
is eitherAwsOrganizations
(if an organization is present in AWS Organizations) orsingleAccountMultiRegions
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited