class Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionRule

An encryption rule to apply to the S3 bucket.

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

data as a hash:

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

@!attribute [rw] apply_server_side_encryption_by_default

Specifies the default server-side encryption to apply to new objects
in the bucket. If a `PUT` object request doesn't specify any
server-side encryption, this default encryption is applied.
@return [Types::AwsS3BucketServerSideEncryptionByDefault]

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

Constants

SENSITIVE