aws-cdk-lib.aws_appflow.CfnConnectorProfile.ServiceNowConnectorProfilePropertiesProperty

interface ServiceNowConnectorProfilePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.ServiceNowConnectorProfilePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_ServiceNowConnectorProfilePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.ServiceNowConnectorProfilePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.ServiceNowConnectorProfilePropertiesProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » ServiceNowConnectorProfilePropertiesProperty

The connector-specific profile properties required when using ServiceNow.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const serviceNowConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.ServiceNowConnectorProfilePropertiesProperty = {
  instanceUrl: 'instanceUrl',
};

Properties

NameTypeDescription
instanceUrlstringThe location of the ServiceNow resource.

instanceUrl

Type: string

The location of the ServiceNow resource.