Show / Hide Table of Contents

Class CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty

The connector-specific profile properties required by Infor Nexus.

Inheritance
object
CfnConnectorProfilePropsMixin.InforNexusConnectorProfilePropertiesProperty
Implements
CfnConnectorProfilePropsMixin.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.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

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.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

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

CfnConnectorProfilePropsMixin.IInforNexusConnectorProfilePropertiesProperty
Back to top Generated by DocFX