interface ServiceNowSourcePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.CfnIntegration.ServiceNowSourcePropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnIntegration_ServiceNowSourcePropertiesProperty |
![]() | software.amazon.awscdk.services.customerprofiles.CfnIntegration.ServiceNowSourcePropertiesProperty |
![]() | aws_cdk.aws_customerprofiles.CfnIntegration.ServiceNowSourcePropertiesProperty |
![]() | aws-cdk-lib » aws_customerprofiles » CfnIntegration » 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 { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const serviceNowSourcePropertiesProperty: customerprofiles.CfnIntegration.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.