Show / Hide Table of Contents

Interface CfnConnection.IWorkflowsMwaaPropertiesInputProperty

Workflows MWAA Properties Input.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IWorkflowsMwaaPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.IWorkflowsMwaaPropertiesInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-workflowsmwaapropertiesinput.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.AWS.DataZone;

             var workflowsMwaaPropertiesInputProperty = new WorkflowsMwaaPropertiesInputProperty {
                 MwaaEnvironmentName = "mwaaEnvironmentName"
             };

Synopsis

Properties

MwaaEnvironmentName

The name of the MWAA environment.

Properties

MwaaEnvironmentName

The name of the MWAA environment.

string? MwaaEnvironmentName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-workflowsmwaapropertiesinput.html#cfn-datazone-connection-workflowsmwaapropertiesinput-mwaaenvironmentname

Back to top Generated by DocFX