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.
AWS::IoTSiteWise::Workspace EncryptionConfiguration
Specifies the encryption configuration to apply to the workspace, including whether to use the default Amazon IoT SiteWise key or a customer managed Amazon KMS key.
Syntax
To declare this entity in your Amazon 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 Amazon IoT SiteWise default key. -
KMS_BASED_ENCRYPTION– Encrypts data with the customer managed Amazon KMS key identified byKmsKeyId.
Required: Yes
Type: String
Allowed values:
SITEWISE_DEFAULT_ENCRYPTION | KMS_BASED_ENCRYPTIONUpdate requires: Replacement
-