interface EncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise.CfnWorkspacePropsMixin.EncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotsitewise#CfnWorkspacePropsMixin_EncryptionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnWorkspacePropsMixin.EncryptionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotsitewise.CfnWorkspacePropsMixin.EncryptionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotsitewise » CfnWorkspacePropsMixin » 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/cfn-property-mixins';
const encryptionConfigurationProperty: iotsitewise.CfnWorkspacePropsMixin.EncryptionConfigurationProperty = {
encryptionType: 'encryptionType',
};
Properties
| Name | Type | Description |
|---|---|---|
| encryption | string | The type of encryption. |
encryptionType?
Type:
string
(optional)
The type of encryption.

.NET
Go
Java
Python
TypeScript