EncryptionConfiguration class
Specifies an encryption configuration.
Constructors
-
EncryptionConfiguration({CloudWatchEncryption? cloudWatchEncryption, JobBookmarksEncryption? jobBookmarksEncryption, List<
S3Encryption> ? s3Encryption}) -
EncryptionConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cloudWatchEncryption → CloudWatchEncryption?
-
The encryption configuration for Amazon CloudWatch.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobBookmarksEncryption → JobBookmarksEncryption?
-
The encryption configuration for job bookmarks.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3Encryption
→ List<
S3Encryption> ? -
The encryption configuration for Amazon Simple Storage Service (Amazon S3)
data.
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