interface InforNexusConnectorProfilePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnConnectorProfilePropsMixin_InforNexusConnectorProfilePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » CfnConnectorProfilePropsMixin » 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/cfn-property-mixins';
const inforNexusConnectorProfilePropertiesProperty: appflow.CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty = {
instanceUrl: 'instanceUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| instance | string | The location of the Infor Nexus resource. |
instanceUrl?
Type:
string
(optional)
The location of the Infor Nexus resource.

.NET
Go
Java
Python
TypeScript