1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. iotevents
  5. getInput

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.iotevents.getInput

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

The AWS::IoTEvents::Input resource creates an input. To monitor your devices and processes, they must have a way to get telemetry data into ITE. This is done by sending messages as inputs to ITE. For more information, see How to Use in the Developer Guide.

Using getInput

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getInput(args: GetInputArgs, opts?: InvokeOptions): Promise<GetInputResult>
function getInputOutput(args: GetInputOutputArgs, opts?: InvokeOptions): Output<GetInputResult>
Copy
def get_input(input_name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetInputResult
def get_input_output(input_name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetInputResult]
Copy
func LookupInput(ctx *Context, args *LookupInputArgs, opts ...InvokeOption) (*LookupInputResult, error)
func LookupInputOutput(ctx *Context, args *LookupInputOutputArgs, opts ...InvokeOption) LookupInputResultOutput
Copy

> Note: This function is named LookupInput in the Go SDK.

public static class GetInput 
{
    public static Task<GetInputResult> InvokeAsync(GetInputArgs args, InvokeOptions? opts = null)
    public static Output<GetInputResult> Invoke(GetInputInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetInputResult> getInput(GetInputArgs args, InvokeOptions options)
public static Output<GetInputResult> getInput(GetInputArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:iotevents:getInput
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

InputName This property is required. string
The name of the input.
InputName This property is required. string
The name of the input.
inputName This property is required. String
The name of the input.
inputName This property is required. string
The name of the input.
input_name This property is required. str
The name of the input.
inputName This property is required. String
The name of the input.

getInput Result

The following output properties are available:

InputDefinition Pulumi.AwsNative.IoTEvents.Outputs.InputDefinition
The definition of the input.
InputDescription string
A brief description of the input.
Tags List<Pulumi.AwsNative.Outputs.Tag>
An array of key-value pairs to apply to this resource. For more information, see Tag.
InputDefinition InputDefinition
The definition of the input.
InputDescription string
A brief description of the input.
Tags Tag
An array of key-value pairs to apply to this resource. For more information, see Tag.
inputDefinition InputDefinition
The definition of the input.
inputDescription String
A brief description of the input.
tags List<Tag>
An array of key-value pairs to apply to this resource. For more information, see Tag.
inputDefinition InputDefinition
The definition of the input.
inputDescription string
A brief description of the input.
tags Tag[]
An array of key-value pairs to apply to this resource. For more information, see Tag.
input_definition InputDefinition
The definition of the input.
input_description str
A brief description of the input.
tags Sequence[root_Tag]
An array of key-value pairs to apply to this resource. For more information, see Tag.
inputDefinition Property Map
The definition of the input.
inputDescription String
A brief description of the input.
tags List<Property Map>
An array of key-value pairs to apply to this resource. For more information, see Tag.

Supporting Types

InputAttribute

JsonPath This property is required. string
An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to ITE (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors. Syntax: <field-name>.<field-name>...
JsonPath This property is required. string
An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to ITE (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors. Syntax: <field-name>.<field-name>...
jsonPath This property is required. String
An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to ITE (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors. Syntax: <field-name>.<field-name>...
jsonPath This property is required. string
An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to ITE (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors. Syntax: <field-name>.<field-name>...
json_path This property is required. str
An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to ITE (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors. Syntax: <field-name>.<field-name>...
jsonPath This property is required. String
An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to ITE (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors. Syntax: <field-name>.<field-name>...

InputDefinition

Attributes This property is required. List<Pulumi.AwsNative.IoTEvents.Inputs.InputAttribute>
The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.
Attributes This property is required. []InputAttribute
The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.
attributes This property is required. List<InputAttribute>
The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.
attributes This property is required. InputAttribute[]
The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.
attributes This property is required. Sequence[InputAttribute]
The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.
attributes This property is required. List<Property Map>
The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi