OnlineStoreConfig class
Use this to specify the AWS Key Management Service (KMS) Key ID, or
KMSKeyId
, for at rest data encryption. You can turn
OnlineStore
on or off by specifying the
EnableOnlineStore
flag at General Assembly; the default value
is False
.
Constructors
- OnlineStoreConfig({bool? enableOnlineStore, OnlineStoreSecurityConfig? securityConfig})
-
OnlineStoreConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enableOnlineStore → bool?
-
Turn
OnlineStore
off by specifyingFalse
for theEnableOnlineStore
flag. TurnOnlineStore
on by specifyingTrue
for theEnableOnlineStore
flag.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityConfig → OnlineStoreSecurityConfig?
-
Use to specify KMS Key ID (
KMSKeyId
) for at-rest encryption of yourOnlineStore
.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