Show / Hide Table of Contents

Class CfnConnector.ConnectorAsyncMdnConfigProperty

Inheritance
object
CfnConnector.ConnectorAsyncMdnConfigProperty
Implements
CfnConnector.IConnectorAsyncMdnConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

ConnectorAsyncMdnConfigProperty()

Properties

ServerIds
Url

URL of the server to receive the MDN response on.

Constructors

ConnectorAsyncMdnConfigProperty()

public ConnectorAsyncMdnConfigProperty()
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"
             };

Properties

ServerIds

public string[] ServerIds { get; set; }
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.

public string Url { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnector.IConnectorAsyncMdnConfigProperty
Back to top Generated by DocFX