Show / Hide Table of Contents

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.

Inheritance
object
CfnIntegrationPropsMixin.ObjectTypeMappingProperty
Implements
CfnIntegrationPropsMixin.IObjectTypeMappingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-objecttypemapping.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.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 ObjectTypeName (template) used to ingest the event.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-objecttypemapping.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.Mixins.Preview.AWS.CustomerProfiles.Mixins;

             var objectTypeMappingProperty = new ObjectTypeMappingProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The key.

public string? Key { get; set; }
Property Value

string

Remarks

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

Value

The value.

public string? Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnIntegrationPropsMixin.IObjectTypeMappingProperty
Back to top Generated by DocFX