aws-cdk-lib.aws_appflow.CfnConnectorProfile.InforNexusConnectorProfilePropertiesProperty

interface InforNexusConnectorProfilePropertiesProperty

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

The connector-specific profile properties required by Infor Nexus.

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 inforNexusConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.InforNexusConnectorProfilePropertiesProperty = {
  instanceUrl: 'instanceUrl',
};

Properties

NameTypeDescription
instanceUrlstringThe location of the Infor Nexus resource.

instanceUrl

Type: string

The location of the Infor Nexus resource.