AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTEvents::Input

CfnInput

The AWS::IoTEvents::Input resource creates an input. To monitor your devices and processes, they must have a way to get telemetry data into AWS IoT Events . This is done by sending messages as *inputs* to AWS IoT Events . For more information, see [How to Use AWS IoT Events](https://docs.aws.amazon.com/iotevents/latest/developerguide/how-to-use-iotevents.html) in the *AWS IoT Events Developer Guide* .

Import

import { CfnInput } from 'aws-cdk-lib/aws-iotevents';

Or use the module namespace:

import * as iotevents from 'aws-cdk-lib/aws-iotevents';
// iotevents.CfnInput

Properties

Configuration passed to the constructor as CfnInputProps.

inputDefinitionRequired
IResolvable | InputDefinitionProperty

The definition of the input.

inputDescriptionOptional
string

A brief description of the input.

inputNameOptional
string

The name of the input.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotevents
CFN TypeAWS::IoTEvents::Input
Properties4

Related Constructs

External Links