Interface CfnConnector.ConnectorAsyncMdnConfigProperty

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

@Stability(Stable) public static interface CfnConnector.ConnectorAsyncMdnConfigProperty extends software.amazon.jsii.JsiiSerializable
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.transfer.*;
 ConnectorAsyncMdnConfigProperty connectorAsyncMdnConfigProperty = ConnectorAsyncMdnConfigProperty.builder()
         .serverIds(List.of("serverIds"))
         .url("url")
         .build();
 

See Also: