interface ConnectorProvisioningConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnConnectorPropsMixin.ConnectorProvisioningConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnConnectorPropsMixin_ConnectorProvisioningConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnConnectorPropsMixin.ConnectorProvisioningConfigProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnConnectorPropsMixin.ConnectorProvisioningConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnConnectorPropsMixin » ConnectorProvisioningConfigProperty |
Contains information about the configuration of the connector being registered.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const connectorProvisioningConfigProperty: appflow_mixins.CfnConnectorPropsMixin.ConnectorProvisioningConfigProperty = {
lambda: {
lambdaArn: 'lambdaArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| lambda? | IResolvable | Lambda | Contains information about the configuration of the lambda which is being registered as the connector. |
lambda?
Type:
IResolvable | Lambda
(optional)
Contains information about the configuration of the lambda which is being registered as the connector.

.NET
Go
Java
Python
TypeScript