interface ConnectorAsyncMdnConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Transfer.Mixins.CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awstransfer/mixins#CfnConnectorPropsMixin_ConnectorAsyncMdnConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.transfer.mixins.CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty |
Python | aws_cdk.mixins_preview.aws_transfer.mixins.CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_transfer » mixins » CfnConnectorPropsMixin » ConnectorAsyncMdnConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as transfer_mixins } from '@aws-cdk/mixins-preview/aws-transfer';
const connectorAsyncMdnConfigProperty: transfer_mixins.CfnConnectorPropsMixin.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[]
(optional)
url?
Type:
string
(optional)
URL of the server to receive the MDN response on.

.NET
Go
Java
Python
TypeScript