Class CfnWorkflowPropsMixin.EncryptionConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MWAAServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnWorkflowPropsMixin.EncryptionConfigurationProperty : CfnWorkflowPropsMixin.IEncryptionConfigurationProperty
Syntax (vb)
Public Class CfnWorkflowPropsMixin.EncryptionConfigurationProperty Implements CfnWorkflowPropsMixin.IEncryptionConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MWAAServerless.Mixins;
var encryptionConfigurationProperty = new EncryptionConfigurationProperty {
KmsKeyId = "kmsKeyId",
Type = "type"
};
Synopsis
Constructors
| EncryptionConfigurationProperty() |
Properties
| KmsKeyId | |
| Type |
Constructors
EncryptionConfigurationProperty()
public EncryptionConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MWAAServerless.Mixins;
var encryptionConfigurationProperty = new EncryptionConfigurationProperty {
KmsKeyId = "kmsKeyId",
Type = "type"
};
Properties
KmsKeyId
public string? KmsKeyId { get; set; }
Property Value
Remarks
Type
public string? Type { get; set; }