Class CfnIntegration.ServiceNowSourcePropertiesProperty
The properties that are applied when ServiceNow is being used as a source.
Inheritance
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ServiceNowSourcePropertiesProperty : Object, CfnIntegration.IServiceNowSourcePropertiesProperty
Syntax (vb)
Public Class ServiceNowSourcePropertiesProperty
Inherits Object
Implements CfnIntegration.IServiceNowSourcePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var serviceNowSourcePropertiesProperty = new ServiceNowSourcePropertiesProperty {
Object = "object"
};
Synopsis
Constructors
Service |
Properties
Object | The object specified in the ServiceNow flow source. |
Constructors
ServiceNowSourcePropertiesProperty()
public ServiceNowSourcePropertiesProperty()
Properties
Object
The object specified in the ServiceNow flow source.
public string Object { get; set; }
Property Value
System.