Interface CfnConnectorProfile.IVeevaConnectorProfilePropertiesProperty
The connector-specific profile properties required when using Veeva.
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVeevaConnectorProfilePropertiesProperty
Syntax (vb)
Public Interface IVeevaConnectorProfilePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var veevaConnectorProfilePropertiesProperty = new VeevaConnectorProfilePropertiesProperty {
InstanceUrl = "instanceUrl"
};
Synopsis
Properties
InstanceUrl | The location of the Veeva resource. |
Properties
InstanceUrl
The location of the Veeva resource.
string InstanceUrl { get; }
Property Value
System.String