interface ConnectorAsyncMdnConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Transfer.CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awstransfer#CfnConnectorPropsMixin_ConnectorAsyncMdnConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_transfer.CfnConnectorPropsMixin.ConnectorAsyncMdnConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_transfer » CfnConnectorPropsMixin » 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/cfn-property-mixins';
const connectorAsyncMdnConfigProperty: transfer.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