class Aws::IoTEvents::Types::CreateInputRequest
@note When making an API call, you may pass CreateInputRequest
data as a hash: { input_name: "InputName", # required input_description: "InputDescription", input_definition: { # required attributes: [ # required { json_path: "AttributeJsonPath", # required }, ], }, tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] input_name
The name you want to give to the input. @return [String]
@!attribute [rw] input_description
A brief description of the input. @return [String]
@!attribute [rw] input_definition
The definition of the input. @return [Types::InputDefinition]
@!attribute [rw] tags
Metadata that can be used to manage the input. @return [Array<Types::Tag>]
Constants
- SENSITIVE