interface VeevaConnectorProfilePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty |
![]() | @aws-cdk/aws-appflow » CfnConnectorProfile » VeevaConnectorProfilePropertiesProperty |
The connector-specific profile properties required when using Veeva.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appflow from '@aws-cdk/aws-appflow';
const veevaConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty = {
instanceUrl: 'instanceUrl',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The location of the Veeva resource. |
instanceUrl
Type:
string
The location of the Veeva resource.