Interface CfnInvestigationGroup.EncryptionConfigMapProperty

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

@Stability(Stable) public static interface CfnInvestigationGroup.EncryptionConfigMapProperty extends software.amazon.jsii.JsiiSerializable
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.aiops.*;
 EncryptionConfigMapProperty encryptionConfigMapProperty = EncryptionConfigMapProperty.builder()
         .encryptionConfigurationType("encryptionConfigurationType")
         .kmsKeyId("kmsKeyId")
         .build();
 

See Also: