Show / Hide Table of Contents

Class CfnIntegration.MarketoSourcePropertiesProperty

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

Inheritance
System.Object
CfnIntegration.MarketoSourcePropertiesProperty
Implements
CfnIntegration.IMarketoSourcePropertiesProperty
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.AWS.CustomerProfiles.dll
Syntax (csharp)
public class MarketoSourcePropertiesProperty : Object, CfnIntegration.IMarketoSourcePropertiesProperty
Syntax (vb)
Public Class MarketoSourcePropertiesProperty
    Inherits Object
    Implements CfnIntegration.IMarketoSourcePropertiesProperty
Remarks

Link: 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()

Properties

Object

The object specified in the Marketo flow source.

Constructors

MarketoSourcePropertiesProperty()

public MarketoSourcePropertiesProperty()

Properties

Object

The object specified in the Marketo flow source.

public string Object { get; set; }
Property Value

System.String

Remarks

Link: 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