Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_master_key_idString

KMS key ID to use for the default encryption.

Returns:

  • (String)

18472
18473
18474
18475
18476
18477
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18472

class AwsS3BucketServerSideEncryptionByDefault < Struct.new(
  :sse_algorithm,
  :kms_master_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#sse_algorithmString

Server-side encryption algorithm to use for the default encryption. Valid values are aws: kms or AES256.

Returns:

  • (String)

18472
18473
18474
18475
18476
18477
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18472

class AwsS3BucketServerSideEncryptionByDefault < Struct.new(
  :sse_algorithm,
  :kms_master_key_id)
  SENSITIVE = []
  include Aws::Structure
end