Interface CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityConfigurationPropsMixin
@Stability(Stable)
public static interface CfnSecurityConfigurationPropsMixin.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.cfnpropertymixins.services.emrcontainers.*;
LocalDiskEncryptionConfigurationProperty localDiskEncryptionConfigurationProperty = LocalDiskEncryptionConfigurationProperty.builder()
.awsKmsKeyId("awsKmsKeyId")
.encryptionKeyProviderType("encryptionKeyProviderType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsKmsKeyId
The AWS KMS key ID.- See Also:
-
getEncryptionKeyProviderType
The encryption key provider type.- See Also:
-
builder
@Stability(Stable) static CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.Builder builder()
-