Class CfnIntegration.ObjectTypeMappingProperty
A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIntegration.ObjectTypeMappingProperty : CfnIntegration.IObjectTypeMappingProperty
Syntax (vb)
Public Class CfnIntegration.ObjectTypeMappingProperty Implements CfnIntegration.IObjectTypeMappingProperty
Remarks
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 objectTypeMappingProperty = new ObjectTypeMappingProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
| ObjectTypeMappingProperty() | A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an |
Properties
| Key | The key. |
| Value | The value. |
Constructors
ObjectTypeMappingProperty()
A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event.
public ObjectTypeMappingProperty()
Remarks
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 objectTypeMappingProperty = new ObjectTypeMappingProperty {
Key = "key",
Value = "value"
};
Properties
Key
The key.
public string Key { get; set; }
Property Value
Remarks
Value
The value.
public string Value { get; set; }