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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnector.ConnectorAsyncMdnConfigPropertystatic final classAn implementation forCfnConnector.ConnectorAsyncMdnConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServerIds
- See Also:
-
getUrl
URL of the server to receive the MDN response on.- See Also:
-
builder
-