Show / Hide Table of Contents

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 CfnConnectorProfile.IVeevaConnectorProfilePropertiesProperty
Syntax (vb)
Public Interface CfnConnectorProfile.IVeevaConnectorProfilePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofileproperties.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofileproperties.html#cfn-appflow-connectorprofile-veevaconnectorprofileproperties-instanceurl

Back to top Generated by DocFX