DatastoreStorage class
Where data store data is stored. You can choose one of
serviceManagedS3
or customerManagedS3
storage. If
not specified, the default is serviceManagedS3
. You cannot
change this storage option after the data store is created.
Constructors
- DatastoreStorage({CustomerManagedDatastoreS3Storage? customerManagedS3, ServiceManagedDatastoreS3Storage? serviceManagedS3})
-
DatastoreStorage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- customerManagedS3 → CustomerManagedDatastoreS3Storage?
-
Use this to store data store data in an S3 bucket that you manage. When
customer managed storage is selected, the
retentionPeriod
parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.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 → ServiceManagedDatastoreS3Storage?
-
Use this to store data store 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 data store 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