Show / Hide Table of Contents

Class CfnThingTypePropsMixin.PropagatingAttributeProperty

An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.

Inheritance
object
CfnThingTypePropsMixin.PropagatingAttributeProperty
Implements
CfnThingTypePropsMixin.IPropagatingAttributeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnThingTypePropsMixin.PropagatingAttributeProperty : CfnThingTypePropsMixin.IPropagatingAttributeProperty
Syntax (vb)
Public Class CfnThingTypePropsMixin.PropagatingAttributeProperty Implements CfnThingTypePropsMixin.IPropagatingAttributeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.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.CfnPropertyMixins.AWS.IoT;

             var propagatingAttributeProperty = new PropagatingAttributeProperty {
                 ConnectionAttribute = "connectionAttribute",
                 ThingAttribute = "thingAttribute",
                 UserPropertyKey = "userPropertyKey"
             };

Synopsis

Constructors

PropagatingAttributeProperty()

An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.

Properties

ConnectionAttribute

The attribute associated with the connection details.

ThingAttribute

The thing attribute that is propagating for MQTT 5 message enrichment.

UserPropertyKey

The key of the MQTT 5 user property, which is a key-value pair.

Constructors

PropagatingAttributeProperty()

An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.

public PropagatingAttributeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.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.CfnPropertyMixins.AWS.IoT;

             var propagatingAttributeProperty = new PropagatingAttributeProperty {
                 ConnectionAttribute = "connectionAttribute",
                 ThingAttribute = "thingAttribute",
                 UserPropertyKey = "userPropertyKey"
             };

Properties

ConnectionAttribute

The attribute associated with the connection details.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.html#cfn-iot-thingtype-propagatingattribute-connectionattribute

ThingAttribute

The thing attribute that is propagating for MQTT 5 message enrichment.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.html#cfn-iot-thingtype-propagatingattribute-thingattribute

UserPropertyKey

The key of the MQTT 5 user property, which is a key-value pair.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.html#cfn-iot-thingtype-propagatingattribute-userpropertykey

Implements

CfnThingTypePropsMixin.IPropagatingAttributeProperty
Back to top Generated by DocFX