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