Show / Hide Table of Contents

Interface CfnIntegration.IMarketoSourcePropertiesProperty

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

Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.AWS.CustomerProfiles.dll
Syntax (csharp)
public interface IMarketoSourcePropertiesProperty
Syntax (vb)
Public Interface 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

Properties

Object

The object specified in the Marketo flow source.

Properties

Object

The object specified in the Marketo flow source.

string Object { get; }
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

Back to top Generated by DocFX