

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::HealthLake::FHIRDatastore SseConfiguration
<a name="aws-properties-healthlake-fhirdatastore-sseconfiguration"></a>

The server-side encryption key configuration for a customer-provided encryption key.

## Syntax
<a name="aws-properties-healthlake-fhirdatastore-sseconfiguration-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-healthlake-fhirdatastore-sseconfiguration-syntax.json"></a>

```
{
  "[KmsEncryptionConfig](#cfn-healthlake-fhirdatastore-sseconfiguration-kmsencryptionconfig)" : {{KmsEncryptionConfig}}
}
```

### YAML
<a name="aws-properties-healthlake-fhirdatastore-sseconfiguration-syntax.yaml"></a>

```
  [KmsEncryptionConfig](#cfn-healthlake-fhirdatastore-sseconfiguration-kmsencryptionconfig): {{
    KmsEncryptionConfig}}
```

## Properties
<a name="aws-properties-healthlake-fhirdatastore-sseconfiguration-properties"></a>

`KmsEncryptionConfig`  <a name="cfn-healthlake-fhirdatastore-sseconfiguration-kmsencryptionconfig"></a>
 The server-side encryption key configuration for a customer provided encryption key.  
*Required*: Yes  
*Type*: [KmsEncryptionConfig](aws-properties-healthlake-fhirdatastore-kmsencryptionconfig.md)  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)