AwsS3BucketServerSideEncryptionByDefault class
Specifies the default server-side encryption to apply to new objects in the bucket.
Constructors
- AwsS3BucketServerSideEncryptionByDefault({String? kMSMasterKeyID, String? sSEAlgorithm})
-
AwsS3BucketServerSideEncryptionByDefault.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kMSMasterKeyID → String?
-
AWS KMS customer master key (CMK) ID to use for the default encryption.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sSEAlgorithm → String?
-
Server-side encryption algorithm to use for the default encryption.
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