interface EncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTSiteWise.CfnWorkspace.EncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnWorkspace_EncryptionConfigurationProperty |
Java | software.amazon.awscdk.services.iotsitewise.CfnWorkspace.EncryptionConfigurationProperty |
Python | aws_cdk.aws_iotsitewise.CfnWorkspace.EncryptionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_iotsitewise » CfnWorkspace » EncryptionConfigurationProperty |
The encryption configuration for the workspace.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const encryptionConfigurationProperty: iotsitewise.CfnWorkspace.EncryptionConfigurationProperty = {
encryptionType: 'encryptionType',
};
Properties
| Name | Type | Description |
|---|---|---|
| encryption | string | The type of encryption. |
encryptionType
Type:
string
The type of encryption.

.NET
Go
Java
Python
TypeScript