@Stability(value=Stable)
public static interface CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getInstanceUrl()
The location of the Veeva resource.
|
@Stability(value=Stable) @NotNull String getInstanceUrl()
@Stability(value=Stable) static CfnConnectorProfile.VeevaConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.