public static interface CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appflow.*; VeevaConnectorProfilePropertiesProperty veevaConnectorProfilePropertiesProperty = VeevaConnectorProfilePropertiesProperty.builder() .instanceUrl("instanceUrl") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty.Builder |
builder() |
java.lang.String |
getInstanceUrl()
The location of the Veeva resource.
|