Class CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty
The connector-specific profile properties required by Infor Nexus.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty : CfnConnectorProfilePropsMixin.IInforNexusConnectorProfilePropertiesProperty
Syntax (vb)
Public Class CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty Implements CfnConnectorProfilePropsMixin.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.Mixins.Preview.AWS.AppFlow.Mixins;
var inforNexusConnectorProfilePropertiesProperty = new InforNexusConnectorProfilePropertiesProperty {
InstanceUrl = "instanceUrl"
};
Synopsis
Constructors
| InforNexusConnectorProfilePropertiesProperty() | The connector-specific profile properties required by Infor Nexus. |
Properties
| InstanceUrl | The location of the Infor Nexus resource. |
Constructors
InforNexusConnectorProfilePropertiesProperty()
The connector-specific profile properties required by Infor Nexus.
public InforNexusConnectorProfilePropertiesProperty()
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.Mixins.Preview.AWS.AppFlow.Mixins;
var inforNexusConnectorProfilePropertiesProperty = new InforNexusConnectorProfilePropertiesProperty {
InstanceUrl = "instanceUrl"
};
Properties
InstanceUrl
The location of the Infor Nexus resource.
public string? InstanceUrl { get; set; }