interface EncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MWAAServerless.CfnWorkflowPropsMixin.EncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmwaaserverless#CfnWorkflowPropsMixin_EncryptionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mwaaserverless.CfnWorkflowPropsMixin.EncryptionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_mwaaserverless.CfnWorkflowPropsMixin.EncryptionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mwaaserverless » CfnWorkflowPropsMixin » EncryptionConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mwaaserverless as mwaaserverless } from '@aws-cdk/cfn-property-mixins';
const encryptionConfigurationProperty: mwaaserverless.CfnWorkflowPropsMixin.EncryptionConfigurationProperty = {
kmsKeyId: 'kmsKeyId',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| kms | string | |
| type? | string |
kmsKeyId?
Type:
string
(optional)
type?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript