You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionByDefault

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsS3BucketServerSideEncryptionByDefault as input to an Aws::Client method, you can use a vanilla Hash:

{
  sse_algorithm: "NonEmptyString",
  kms_master_key_id: "NonEmptyString",
}

Specifies the default server-side encryption to apply to new objects in the bucket.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_master_key_idString

AWS KMS customer master key (CMK) ID to use for the default encryption.

Returns:

  • (String)

    AWS KMS customer master key (CMK) ID to use for the default encryption.

#sse_algorithmString

Server-side encryption algorithm to use for the default encryption.

Returns:

  • (String)

    Server-side encryption algorithm to use for the default encryption.