This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTSiteWise::Workspace EncryptionConfiguration
Specifies the encryption configuration to apply to the workspace, including whether to use the default AWS IoT SiteWise key or a customer managed AWS KMS key.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EncryptionType" :String}
YAML
EncryptionType:String
Properties
EncryptionType-
The encryption scheme for the workspace. Valid values:
-
SITEWISE_DEFAULT_ENCRYPTION– Encrypts data with the AWS IoT SiteWise default key. -
KMS_BASED_ENCRYPTION– Encrypts data with the customer managed AWS KMS key identified byKmsKeyId.
Required: Yes
Type: String
Allowed values:
SITEWISE_DEFAULT_ENCRYPTION | KMS_BASED_ENCRYPTIONUpdate requires: Replacement
-