Interface CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static interface CfnConnectorPropsMixin.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.cfnpropertymixins.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 forCfnConnectorPropsMixin.ConnectorAsyncMdnConfigPropertystatic final classAn implementation forCfnConnectorPropsMixin.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
-