class Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionConfiguration

The encryption configuration for the S3 bucket.

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

data as a hash:

    {
      rules: [
        {
          apply_server_side_encryption_by_default: {
            sse_algorithm: "NonEmptyString",
            kms_master_key_id: "NonEmptyString",
          },
        },
      ],
    }

@!attribute [rw] rules

The encryption rules that are applied to the S3 bucket.
@return [Array<Types::AwsS3BucketServerSideEncryptionRule>]

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

Constants

SENSITIVE