AWS::IoTEvents::InputThe 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 { CfnInput } from 'aws-cdk-lib/aws-iotevents';Or use the module namespace:
import * as iotevents from 'aws-cdk-lib/aws-iotevents';
// iotevents.CfnInputConfiguration passed to the constructor as CfnInputProps.
inputDefinitionRequiredIResolvable | InputDefinitionPropertyThe definition of the input.
inputDescriptionOptionalstringA brief description of the input.
inputNameOptionalstringThe name of the input.
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ioteventsAWS::IoTEvents::Input