Class CfnConnector.ConnectorAsyncMdnConfigProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnector.ConnectorAsyncMdnConfigProperty : CfnConnector.IConnectorAsyncMdnConfigProperty
Syntax (vb)
Public Class CfnConnector.ConnectorAsyncMdnConfigProperty Implements 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
Constructors
| ConnectorAsyncMdnConfigProperty() |
Properties
| ServerIds | |
| Url | URL of the server to receive the MDN response on. |
Constructors
ConnectorAsyncMdnConfigProperty()
public ConnectorAsyncMdnConfigProperty()
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"
};
Properties
ServerIds
Url
URL of the server to receive the MDN response on.
public string Url { get; set; }