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
The AWS::IoTSiteWise::Workspace resource Property description not available. for IoTSiteWise.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTSiteWise::Workspace", "Properties" : { "EncryptionConfiguration" :EncryptionConfiguration, "KmsKeyId" :String, "Tags" :[ Tag, ... ], "WorkspaceDescription" :String, "WorkspaceName" :String} }
YAML
Type: AWS::IoTSiteWise::Workspace Properties: EncryptionConfiguration:EncryptionConfigurationKmsKeyId:StringTags:- TagWorkspaceDescription:StringWorkspaceName:String
Properties
EncryptionConfigurationProperty description not available.
Required: Yes
Type: EncryptionConfiguration
Update requires: Replacement
KmsKeyId-
The customer managed AWS KMS key used when
encryptionTypeisKMS_BASED_ENCRYPTION. Accepts a key ID, key ARN, or key alias. Required forKMS_BASED_ENCRYPTION; must be omitted forSITEWISE_DEFAULT_ENCRYPTION. After a workspace's customer managed key configuration becomes active, the key can't be changed.Required: No
Type: String
Pattern:
^arn:aws[a-zA-Z-]*:kms:[a-z0-9-]+:[0-9]{12}:key/.+$Minimum:
1Maximum:
2048Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
WorkspaceDescriptionProperty description not available.
Required: No
Type: String
Minimum:
0Maximum:
2048Update requires: No interruption
WorkspaceNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
128Update requires: Replacement
Return values
Ref
Fn::GetAtt
CreatedAt-
The date the workspace was created, in Unix epoch time.
Status-
The status of the workspace.
UpdatedAt-
The date the workspace was last updated, in Unix epoch time.
WorkspaceArnProperty description not available.