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
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; }