interface EncryptionConfigMapProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_aiops.CfnInvestigationGroup.EncryptionConfigMapProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaiops#CfnInvestigationGroup_EncryptionConfigMapProperty |
![]() | software.amazon.awscdk.services.aiops.CfnInvestigationGroup.EncryptionConfigMapProperty |
![]() | aws_cdk.aws_aiops.CfnInvestigationGroup.EncryptionConfigMapProperty |
![]() | aws-cdk-lib » aws_aiops » CfnInvestigationGroup » EncryptionConfigMapProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aiops as aiops } from 'aws-cdk-lib';
const encryptionConfigMapProperty: aiops.CfnInvestigationGroup.EncryptionConfigMapProperty = {
encryptionConfigurationType: 'encryptionConfigurationType',
kmsKeyId: 'kmsKeyId',
};
Properties
Name | Type | Description |
---|---|---|
encryption | string | |
kms | string |
encryptionConfigurationType?
Type:
string
(optional)
kmsKeyId?
Type:
string
(optional)