Interface CfnFlowPropsMixin.ServiceNowSourcePropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlowPropsMixin.ServiceNowSourcePropertiesProperty.Jsii$Proxy
Enclosing class:
CfnFlowPropsMixin

@Stability(Stable) public static interface CfnFlowPropsMixin.ServiceNowSourcePropertiesProperty extends software.amazon.jsii.JsiiSerializable
The properties that are applied when ServiceNow is being used as a source.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.appflow.mixins.*;
 ServiceNowSourcePropertiesProperty serviceNowSourcePropertiesProperty = ServiceNowSourcePropertiesProperty.builder()
         .object("object")
         .build();
 

See Also: