interface ConnectorAsyncMdnConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Transfer.CfnConnector.ConnectorAsyncMdnConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CfnConnector_ConnectorAsyncMdnConfigProperty |
Java | software.amazon.awscdk.services.transfer.CfnConnector.ConnectorAsyncMdnConfigProperty |
Python | aws_cdk.aws_transfer.CfnConnector.ConnectorAsyncMdnConfigProperty |
TypeScript | aws-cdk-lib » aws_transfer » CfnConnector » ConnectorAsyncMdnConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transfer as transfer } from 'aws-cdk-lib';
const connectorAsyncMdnConfigProperty: transfer.CfnConnector.ConnectorAsyncMdnConfigProperty = {
serverIds: ['serverIds'],
url: 'url',
};
Properties
| Name | Type | Description |
|---|---|---|
| server | string[] | |
| url | string | URL of the server to receive the MDN response on. |
serverIds
Type:
string[]
url
Type:
string
URL of the server to receive the MDN response on.

.NET
Go
Java
Python
TypeScript