Interface CfnWorkspacePropsMixin.EncryptionConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkspacePropsMixin.EncryptionConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnWorkspacePropsMixin

@Stability(Stable) public static interface CfnWorkspacePropsMixin.EncryptionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.*;
 EncryptionConfigurationProperty encryptionConfigurationProperty = EncryptionConfigurationProperty.builder()
         .encryptionType("encryptionType")
         .build();
 

See Also: