Interface CfnSecurityConfiguration.LocalDiskEncryptionConfigurationProperty

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

@Stability(Stable) public static interface CfnSecurityConfiguration.LocalDiskEncryptionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Local disk encryption configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.emrcontainers.*;
 LocalDiskEncryptionConfigurationProperty localDiskEncryptionConfigurationProperty = LocalDiskEncryptionConfigurationProperty.builder()
         .awsKmsKeyId("awsKmsKeyId")
         .encryptionKeyProviderType("encryptionKeyProviderType")
         .build();
 

See Also: