

# InputConfiguration
<a name="API_InputConfiguration"></a>

Information about the configuration of an input.

## Contents
<a name="API_InputConfiguration_Contents"></a>

 ** creationTime **   <a name="iotevents-Type-InputConfiguration-creationTime"></a>
The time the input was created.  
Type: Timestamp  
Required: Yes

 ** inputArn **   <a name="iotevents-Type-InputConfiguration-inputArn"></a>
The ARN of the input.  
Type: String  
Required: Yes

 ** inputName **   <a name="iotevents-Type-InputConfiguration-inputName"></a>
The name of the input.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `^[a-zA-Z][a-zA-Z0-9_]*$`   
Required: Yes

 ** lastUpdateTime **   <a name="iotevents-Type-InputConfiguration-lastUpdateTime"></a>
The last time the input was updated.  
Type: Timestamp  
Required: Yes

 ** status **   <a name="iotevents-Type-InputConfiguration-status"></a>
The status of the input.  
Type: String  
Valid Values: `CREATING | UPDATING | ACTIVE | DELETING`   
Required: Yes

 ** inputDescription **   <a name="iotevents-Type-InputConfiguration-inputDescription"></a>
A brief description of the input.  
Type: String  
Length Constraints: Maximum length of 1024.  
Required: No

## See Also
<a name="API_InputConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotevents-2018-07-27/InputConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-2018-07-27/InputConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-2018-07-27/InputConfiguration) 