Class CfnInputProps
Properties for defining a AWS::IoTEvents::Input
.
Inheritance
System.Object
CfnInputProps
Implements
Namespace: Amazon.CDK.AWS.IoTEvents
Assembly: Amazon.CDK.AWS.IoTEvents.dll
Syntax (csharp)
public class CfnInputProps : Object, ICfnInputProps
Syntax (vb)
Public Class CfnInputProps
Inherits Object
Implements ICfnInputProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html
Synopsis
Constructors
CfnInputProps() |
Properties
InputDefinition |
|
InputDescription |
|
InputName |
|
Tags |
|
Constructors
CfnInputProps()
public CfnInputProps()
Properties
InputDefinition
AWS::IoTEvents::Input.InputDefinition
.
public object InputDefinition { get; set; }
Property Value
System.Object
Remarks
InputDescription
AWS::IoTEvents::Input.InputDescription
.
public string InputDescription { get; set; }
Property Value
System.String
Remarks
InputName
AWS::IoTEvents::Input.InputName
.
public string InputName { get; set; }
Property Value
System.String