Class CfnIntegration.ServiceNowSourcePropertiesProperty
The properties that are applied when ServiceNow is being used as a source.
Inherited Members
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIntegration.ServiceNowSourcePropertiesProperty : CfnIntegration.IServiceNowSourcePropertiesProperty
Syntax (vb)
Public Class CfnIntegration.ServiceNowSourcePropertiesProperty 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
ServiceNowSourcePropertiesProperty() | The properties that are applied when ServiceNow is being used as a source. |
Properties
Object | The object specified in the ServiceNow flow source. |
Constructors
ServiceNowSourcePropertiesProperty()
The properties that are applied when ServiceNow is being used as a source.
public ServiceNowSourcePropertiesProperty()
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"
};
Properties
Object
The object specified in the ServiceNow flow source.
public string Object { get; set; }