public static interface CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty
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.*; ZendeskConnectorProfilePropertiesProperty zendeskConnectorProfilePropertiesProperty = ZendeskConnectorProfilePropertiesProperty.builder() .instanceUrl("instanceUrl") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty.Builder |
builder() |
java.lang.String |
getInstanceUrl()
The location of the Zendesk resource.
|