Show / Hide Table of Contents

Class CfnWorkflowPropsMixin.EncryptionConfigurationProperty

Inheritance
object
CfnWorkflowPropsMixin.EncryptionConfigurationProperty
Implements
CfnWorkflowPropsMixin.IEncryptionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-encryptionconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-encryptionconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-encryptionconfiguration.html#cfn-mwaaserverless-workflow-encryptionconfiguration-kmskeyid

Type

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-encryptionconfiguration.html#cfn-mwaaserverless-workflow-encryptionconfiguration-type

Implements

CfnWorkflowPropsMixin.IEncryptionConfigurationProperty
Back to top Generated by DocFX