ResourceDataSyncAwsOrganizationsSource class
Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations or, if an AWS Organization is not present, from multiple AWS Regions.
Constructors
-
ResourceDataSyncAwsOrganizationsSource.new({required String organizationSourceType, List<
ResourceDataSyncOrganizationalUnit> ? organizationalUnits}) -
ResourceDataSyncAwsOrganizationsSource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
organizationalUnits
→ List<
ResourceDataSyncOrganizationalUnit> ? -
The AWS Organizations organization units included in the sync.
final
- organizationSourceType → String
-
If an AWS Organization is present, this is either
OrganizationalUnits
orEntireOrganization
. ForOrganizationalUnits
, the data is aggregated from a set of organization units. ForEntireOrganization
, the data is aggregated from the entire AWS Organization.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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