Interface CfnConnectorProfile.IInforNexusConnectorProfilePropertiesProperty
The connector-specific profile properties required by Infor Nexus.
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnectorProfile.IInforNexusConnectorProfilePropertiesProperty
Syntax (vb)
Public Interface CfnConnectorProfile.IInforNexusConnectorProfilePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var inforNexusConnectorProfilePropertiesProperty = new InforNexusConnectorProfilePropertiesProperty {
InstanceUrl = "instanceUrl"
};
Synopsis
Properties
| InstanceUrl | The location of the Infor Nexus resource. |
Properties
InstanceUrl
The location of the Infor Nexus resource.
string InstanceUrl { get; }