- Navigation Guide
@aws-sdk/client-iot-events
CreateInputCommandInput Interface
The input for CreateInputCommand.
Members
Name | Type | Details |
---|---|---|
inputDefinition Required | InputDefinition | undefined | The definition of the input. |
inputName Required | string | undefined | The name you want to give to the input. |
inputDescription | string | undefined | A brief description of the input. |
tags | Tag[] | undefined | Metadata that can be used to manage the input. |
Full Signature
export interface CreateInputCommandInput extends CreateInputRequest