interface ServiceNowSourcePropertiesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnFlow.ServiceNowSourcePropertiesProperty |
Java | software.amazon.awscdk.services.appflow.CfnFlow.ServiceNowSourcePropertiesProperty |
Python | aws_cdk.aws_appflow.CfnFlow.ServiceNowSourcePropertiesProperty |
TypeScript | @aws-cdk/aws-appflow » CfnFlow » ServiceNowSourcePropertiesProperty |
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 * as appflow from '@aws-cdk/aws-appflow';
const serviceNowSourcePropertiesProperty: appflow.CfnFlow.ServiceNowSourcePropertiesProperty = {
object: 'object',
};
Properties
Name | Type | Description |
---|---|---|
object | string | The object specified in the ServiceNow flow source. |
object
Type:
string
The object specified in the ServiceNow flow source.