Show / Hide Table of Contents

Class CfnIntegration.MarketoSourcePropertiesProperty

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

Inheritance
object
CfnIntegration.MarketoSourcePropertiesProperty
Implements
CfnIntegration.IMarketoSourcePropertiesProperty
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.MarketoSourcePropertiesProperty : CfnIntegration.IMarketoSourcePropertiesProperty
Syntax (vb)
Public Class CfnIntegration.MarketoSourcePropertiesProperty Implements CfnIntegration.IMarketoSourcePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-marketosourceproperties.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 marketoSourcePropertiesProperty = new MarketoSourcePropertiesProperty {
                 Object = "object"
             };

Synopsis

Constructors

MarketoSourcePropertiesProperty()

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

Properties

Object

The object specified in the Marketo flow source.

Constructors

MarketoSourcePropertiesProperty()

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

public MarketoSourcePropertiesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-marketosourceproperties.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 marketoSourcePropertiesProperty = new MarketoSourcePropertiesProperty {
                 Object = "object"
             };

Properties

Object

The object specified in the Marketo flow source.

public string Object { get; set; }
Property Value

string

Remarks

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

Implements

CfnIntegration.IMarketoSourcePropertiesProperty
Back to top Generated by DocFX