EncryptionConfiguration class

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.

Constructors

EncryptionConfiguration({String? replicaKmsKeyID})
EncryptionConfiguration.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
replicaKmsKeyID String?
Specifies the ID (Key ARN or Alias ARN) of the customer managed customer master key (CMK) stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric customer managed CMKs. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited