Class CfnConnectorProfilePropsMixin.VeevaConnectorProfilePropertiesProperty
The connector-specific profile properties required when using Veeva.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectorProfilePropsMixin.VeevaConnectorProfilePropertiesProperty : CfnConnectorProfilePropsMixin.IVeevaConnectorProfilePropertiesProperty
Syntax (vb)
Public Class CfnConnectorProfilePropsMixin.VeevaConnectorProfilePropertiesProperty Implements CfnConnectorProfilePropsMixin.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.Mixins.Preview.AWS.AppFlow.Mixins;
var veevaConnectorProfilePropertiesProperty = new VeevaConnectorProfilePropertiesProperty {
InstanceUrl = "instanceUrl"
};
Synopsis
Constructors
| VeevaConnectorProfilePropertiesProperty() | The connector-specific profile properties required when using Veeva. |
Properties
| InstanceUrl | The location of the Veeva resource. |
Constructors
VeevaConnectorProfilePropertiesProperty()
The connector-specific profile properties required when using Veeva.
public VeevaConnectorProfilePropertiesProperty()
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.Mixins.Preview.AWS.AppFlow.Mixins;
var veevaConnectorProfilePropertiesProperty = new VeevaConnectorProfilePropertiesProperty {
InstanceUrl = "instanceUrl"
};
Properties
InstanceUrl
The location of the Veeva resource.
public string? InstanceUrl { get; set; }