interface InforNexusConnectorProfilePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnConnectorProfilePropsMixin_InforNexusConnectorProfilePropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » 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 { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const inforNexusConnectorProfilePropertiesProperty: appflow_mixins.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