

# MetadataTableEncryptionConfiguration
<a name="API_MetadataTableEncryptionConfiguration"></a>

 The encryption settings for an S3 Metadata journal table or inventory table configuration. 

## Contents
<a name="API_MetadataTableEncryptionConfiguration_Contents"></a>

 ** SseAlgorithm **   <a name="AmazonS3-Type-MetadataTableEncryptionConfiguration-SseAlgorithm"></a>
 The encryption type specified for a metadata table. To specify server-side encryption with AWS Key Management Service (AWS KMS) keys (SSE-KMS), use the `aws:kms` value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the `AES256` value.   
Type: String  
Valid Values: `aws:kms | AES256`   
Required: Yes

 ** KmsKeyArn **   <a name="AmazonS3-Type-MetadataTableEncryptionConfiguration-KmsKeyArn"></a>
 If server-side encryption with AWS Key Management Service (AWS KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.   
Type: String  
Required: No

## See Also
<a name="API_MetadataTableEncryptionConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/s3-2006-03-01/MetadataTableEncryptionConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/s3-2006-03-01/MetadataTableEncryptionConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/s3-2006-03-01/MetadataTableEncryptionConfiguration) 