View a markdown version of this page

AWS::IoTSiteWise::Workspace EncryptionConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 by KmsKeyId.

Required: Yes

Type: String

Allowed values: SITEWISE_DEFAULT_ENCRYPTION | KMS_BASED_ENCRYPTION

Update requires: Replacement