Interface CfnConnection.WorkflowsMwaaPropertiesInputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConnection.WorkflowsMwaaPropertiesInputProperty.Jsii$Proxy
Enclosing class:
CfnConnection

@Stability(Stable) public static interface CfnConnection.WorkflowsMwaaPropertiesInputProperty extends software.amazon.jsii.JsiiSerializable
Workflows MWAA Properties Input.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datazone.*;
 WorkflowsMwaaPropertiesInputProperty workflowsMwaaPropertiesInputProperty = WorkflowsMwaaPropertiesInputProperty.builder()
         .mwaaEnvironmentName("mwaaEnvironmentName")
         .build();
 

See Also: