interface VeevaConnectorProfilePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnConnectorProfilePropsMixin.VeevaConnectorProfilePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnConnectorProfilePropsMixin_VeevaConnectorProfilePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.VeevaConnectorProfilePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnConnectorProfilePropsMixin.VeevaConnectorProfilePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » CfnConnectorProfilePropsMixin » 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 { aws_appflow as appflow } from '@aws-cdk/cfn-property-mixins';
const veevaConnectorProfilePropertiesProperty: appflow.CfnConnectorProfilePropsMixin.VeevaConnectorProfilePropertiesProperty = {
instanceUrl: 'instanceUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| instance | string | The location of the Veeva resource. |
instanceUrl?
Type:
string
(optional)
The location of the Veeva resource.

.NET
Go
Java
Python
TypeScript