Show / Hide Table of Contents

Class CfnIntegration.ServiceNowSourcePropertiesProperty

The properties that are applied when ServiceNow is being used as a source.

Inheritance
object
CfnIntegration.ServiceNowSourcePropertiesProperty
Implements
CfnIntegration.IServiceNowSourcePropertiesProperty
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.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIntegration.ServiceNowSourcePropertiesProperty : CfnIntegration.IServiceNowSourcePropertiesProperty
Syntax (vb)
Public Class CfnIntegration.ServiceNowSourcePropertiesProperty Implements CfnIntegration.IServiceNowSourcePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-servicenowsourceproperties.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.CustomerProfiles;

             var serviceNowSourcePropertiesProperty = new ServiceNowSourcePropertiesProperty {
                 Object = "object"
             };

Synopsis

Constructors

ServiceNowSourcePropertiesProperty()

The properties that are applied when ServiceNow is being used as a source.

Properties

Object

The object specified in the ServiceNow flow source.

Constructors

ServiceNowSourcePropertiesProperty()

The properties that are applied when ServiceNow is being used as a source.

public ServiceNowSourcePropertiesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-servicenowsourceproperties.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.CustomerProfiles;

             var serviceNowSourcePropertiesProperty = new ServiceNowSourcePropertiesProperty {
                 Object = "object"
             };

Properties

Object

The object specified in the ServiceNow flow source.

public string Object { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-servicenowsourceproperties.html#cfn-customerprofiles-integration-servicenowsourceproperties-object

Implements

CfnIntegration.IServiceNowSourcePropertiesProperty
Back to top Generated by DocFX