Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-infornexusconnectorprofileproperties.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-infornexusconnectorprofileproperties.html#cfn-appflow-connectorprofile-infornexusconnectorprofileproperties-instanceurl

Back to top Generated by DocFX