Class CfnIntegrationPropsMixin.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.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnIntegrationPropsMixin.ObjectTypeMappingProperty : CfnIntegrationPropsMixin.IObjectTypeMappingProperty
Syntax (vb)
Public Class CfnIntegrationPropsMixin.ObjectTypeMappingProperty Implements CfnIntegrationPropsMixin.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.Mixins.Preview.AWS.CustomerProfiles.Mixins;
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.Mixins.Preview.AWS.CustomerProfiles.Mixins;
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; }