Show / Hide Table of Contents

Class CfnDetectorModelPropsMixin.IotEventsProperty

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

Inheritance
object
CfnDetectorModelPropsMixin.IotEventsProperty
Implements
CfnDetectorModelPropsMixin.IIotEventsProperty
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.IoTEvents
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDetectorModelPropsMixin.IotEventsProperty : CfnDetectorModelPropsMixin.IIotEventsProperty
Syntax (vb)
Public Class CfnDetectorModelPropsMixin.IotEventsProperty Implements CfnDetectorModelPropsMixin.IIotEventsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-iotevents.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.IoTEvents;

             var iotEventsProperty = new IotEventsProperty {
                 InputName = "inputName",
                 Payload = new PayloadProperty {
                     ContentExpression = "contentExpression",
                     Type = "type"
                 }
             };

Synopsis

Constructors

IotEventsProperty()

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

Properties

InputName

The name of the AWS IoT Events input where the data is sent.

Payload

You can configure the action payload when you send a message to an AWS IoT Events input.

Constructors

IotEventsProperty()

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

public IotEventsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-iotevents.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.IoTEvents;

             var iotEventsProperty = new IotEventsProperty {
                 InputName = "inputName",
                 Payload = new PayloadProperty {
                     ContentExpression = "contentExpression",
                     Type = "type"
                 }
             };

Properties

InputName

The name of the AWS IoT Events input where the data is sent.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-iotevents.html#cfn-iotevents-detectormodel-iotevents-inputname

Payload

You can configure the action payload when you send a message to an AWS IoT Events input.

public object? Payload { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-iotevents.html#cfn-iotevents-detectormodel-iotevents-payload

Type union: either IResolvable or CfnDetectorModelPropsMixin.IPayloadProperty

Implements

CfnDetectorModelPropsMixin.IIotEventsProperty
Back to top Generated by DocFX