ChannelStorage class
Where channel data is stored. You may choose one of
serviceManagedS3
or customerManagedS3
storage. If
not specified, the default is serviceManagedS3
. This cannot be
changed after creation of the channel.
Constructors
- ChannelStorage({CustomerManagedChannelS3Storage? customerManagedS3, ServiceManagedChannelS3Storage? serviceManagedS3})
-
ChannelStorage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- customerManagedS3 → CustomerManagedChannelS3Storage?
-
Use this to store channel data in an S3 bucket that you manage. If customer
managed storage is selected, the
retentionPeriod
parameter is ignored. You cannot change the choice of service-managed or customer-managed S3 storage after the channel is created.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceManagedS3 → ServiceManagedChannelS3Storage?
-
Use this to store channel data in an S3 bucket managed by AWS IoT Analytics.
You cannot change the choice of service-managed or customer-managed S3
storage after the channel is created.
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