Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-connectorasyncmdnconfig.html

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

string[] ServerIds { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-connectorasyncmdnconfig.html#cfn-transfer-connector-connectorasyncmdnconfig-serverids

Url

URL of the server to receive the MDN response on.

string Url { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-connectorasyncmdnconfig.html#cfn-transfer-connector-connectorasyncmdnconfig-url

Back to top Generated by DocFX