Interface CfnConnector.IConnectorAsyncMdnConfigProperty
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnector.IConnectorAsyncMdnConfigProperty
Syntax (vb)
Public Interface CfnConnector.IConnectorAsyncMdnConfigProperty
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.Transfer;
var connectorAsyncMdnConfigProperty = new ConnectorAsyncMdnConfigProperty {
ServerIds = new [] { "serverIds" },
Url = "url"
};
Synopsis
Properties
| ServerIds | |
| Url | URL of the server to receive the MDN response on. |
Properties
ServerIds
Url
URL of the server to receive the MDN response on.
string Url { get; }