Show / Hide Table of Contents

Class CfnConnectorProfile.InforNexusConnectorProfilePropertiesProperty

The connector-specific profile properties required by Infor Nexus.

Inheritance
object
CfnConnectorProfile.InforNexusConnectorProfilePropertiesProperty
Implements
CfnConnectorProfile.IInforNexusConnectorProfilePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnectorProfile.InforNexusConnectorProfilePropertiesProperty : CfnConnectorProfile.IInforNexusConnectorProfilePropertiesProperty
Syntax (vb)
Public Class CfnConnectorProfile.InforNexusConnectorProfilePropertiesProperty Implements 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

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

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"
             };

Properties

InstanceUrl

The location of the Infor Nexus resource.

public string InstanceUrl { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnectorProfile.IInforNexusConnectorProfilePropertiesProperty
Back to top Generated by DocFX