Skip to content

Guardduty  >  Structures  >  DefaultServerSideEncryption

DefaultServerSideEncryption

Structure Class

DefaultServerSideEncryption dataclass

Contains information on the server side encryption method used in the S3 bucket. See S3 Server-Side Encryption for more information.

Attributes

encryption_type class-attribute instance-attribute
encryption_type: str | None = None

The type of encryption used for objects within the S3 bucket.

kms_master_key_arn class-attribute instance-attribute
kms_master_key_arn: str | None = None

The Amazon Resource Name (ARN) of the KMS encryption key. Only available if the bucket EncryptionType is aws:kms.