public static interface CfnFlow.ServiceNowSourcePropertiesProperty
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.*; ServiceNowSourcePropertiesProperty serviceNowSourcePropertiesProperty = ServiceNowSourcePropertiesProperty.builder() .object("object") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.ServiceNowSourcePropertiesProperty.Builder
A builder for
CfnFlow.ServiceNowSourcePropertiesProperty |
static class |
CfnFlow.ServiceNowSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.ServiceNowSourcePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.ServiceNowSourcePropertiesProperty.Builder |
builder() |
java.lang.String |
getObject()
The object specified in the ServiceNow flow source.
|
java.lang.String getObject()
static CfnFlow.ServiceNowSourcePropertiesProperty.Builder builder()