ResourceDataSyncDestinationDataSharing class

Synchronize Systems Manager Inventory data from multiple AWS accounts defined in AWS Organizations to a centralized S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different AWS account ID.

Constructors

ResourceDataSyncDestinationDataSharing({String? destinationDataSharingType})
ResourceDataSyncDestinationDataSharing.fromJson(Map<String, dynamic> json)
factory

Properties

destinationDataSharingType String?
The sharing data type. Only Organization is supported.
final
hashCode int
The hash code for this object.
no setterinherited
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