DatasetContentDeliveryDestination class
The destination to which dataset contents are delivered.
Constructors
- DatasetContentDeliveryDestination({IotEventsDestinationConfiguration? iotEventsDestinationConfiguration, S3DestinationConfiguration? s3DestinationConfiguration})
-
DatasetContentDeliveryDestination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iotEventsDestinationConfiguration → IotEventsDestinationConfiguration?
-
Configuration information for delivery of dataset contents to AWS IoT
Events.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3DestinationConfiguration → S3DestinationConfiguration?
-
Configuration information for delivery of dataset contents to Amazon S3.
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