ResourceDataSyncS3Destination class
Information about the target S3 bucket for the Resource Data Sync.
Constructors
- ResourceDataSyncS3Destination({required String bucketName, required String region, required ResourceDataSyncS3Format syncFormat, String? awsKMSKeyARN, ResourceDataSyncDestinationDataSharing? destinationDataSharing, String? prefix})
-
ResourceDataSyncS3Destination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- awsKMSKeyARN → String?
-
The ARN of an encryption key for a destination in Amazon S3. Must belong to
the same Region as the destination S3 bucket.
final
- bucketName → String
-
The name of the S3 bucket where the aggregated data is stored.
final
- destinationDataSharing → ResourceDataSyncDestinationDataSharing?
-
Enables destination data sharing. By default, this field is
null
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String?
-
An Amazon S3 prefix for the bucket.
final
- region → String
-
The AWS Region with the S3 bucket targeted by the Resource Data Sync.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncFormat → ResourceDataSyncS3Format
-
A supported sync format. The following format is currently supported:
JsonSerDe
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