interface CfnConnectorProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProps |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProps |
![]() | aws_cdk.aws_appflow.CfnConnectorProps |
![]() | aws-cdk-lib » aws_appflow » CfnConnectorProps |
Properties for defining a CfnConnector
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const cfnConnectorProps: appflow.CfnConnectorProps = {
connectorProvisioningConfig: {
lambda: {
lambdaArn: 'lambdaArn',
},
},
connectorProvisioningType: 'connectorProvisioningType',
// the properties below are optional
connectorLabel: 'connectorLabel',
description: 'description',
};
Properties
Name | Type | Description |
---|---|---|
connector | IResolvable | Connector | The configuration required for registering the connector. |
connector | string | The provisioning type used to register the connector. |
connector | string | The label used for registering the connector. |
description? | string | A description about the connector runtime setting. |
connectorProvisioningConfig
Type:
IResolvable
|
Connector
The configuration required for registering the connector.
connectorProvisioningType
Type:
string
The provisioning type used to register the connector.
connectorLabel?
Type:
string
(optional)
The label used for registering the connector.
description?
Type:
string
(optional)
A description about the connector runtime setting.