@Stability(value=Stable)
public static interface CfnIntegration.ServiceNowSourcePropertiesProperty
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.customerprofiles.*;
ServiceNowSourcePropertiesProperty serviceNowSourcePropertiesProperty = ServiceNowSourcePropertiesProperty.builder()
.object("object")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.ServiceNowSourcePropertiesProperty.Builder
A builder for
CfnIntegration.ServiceNowSourcePropertiesProperty |
static class |
CfnIntegration.ServiceNowSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnIntegration.ServiceNowSourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.ServiceNowSourcePropertiesProperty.Builder |
builder() |
String |
getObject()
The object specified in the ServiceNow flow source.
|
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) static CfnIntegration.ServiceNowSourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.