class Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionByDefault

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

@note When making an API call, you may pass AwsS3BucketServerSideEncryptionByDefault

data as a hash:

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

@!attribute [rw] sse_algorithm

Server-side encryption algorithm to use for the default encryption.
@return [String]

@!attribute [rw] kms_master_key_id

KMS key ID to use for the default encryption.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3BucketServerSideEncryptionByDefault AWS API Documentation

Constants

SENSITIVE