interface InforNexusSourcePropertiesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnFlow.InforNexusSourcePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_InforNexusSourcePropertiesProperty |
Java | software.amazon.awscdk.services.appflow.CfnFlow.InforNexusSourcePropertiesProperty |
Python | aws_cdk.aws_appflow.CfnFlow.InforNexusSourcePropertiesProperty |
TypeScript | aws-cdk-lib » aws_appflow » CfnFlow » InforNexusSourcePropertiesProperty |
The properties that are applied when Infor Nexus 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_appflow as appflow } from 'aws-cdk-lib';
const inforNexusSourcePropertiesProperty: appflow.CfnFlow.InforNexusSourcePropertiesProperty = {
object: 'object',
};
Properties
Name | Type | Description |
---|---|---|
object | string | The object specified in the Infor Nexus flow source. |
object
Type:
string
The object specified in the Infor Nexus flow source.