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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInvestigationGroup.EncryptionConfigMapPropertystatic final classAn implementation forCfnInvestigationGroup.EncryptionConfigMapProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEncryptionConfigurationType
- See Also:
-
getKmsKeyId
- See Also:
-
builder
-