Show / Hide Table of Contents

Class CfnInputProps

Properties for defining a AWS::IoTEvents::Input.

Inheritance
System.Object
CfnInputProps
Implements
ICfnInputProps
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

AWS::IoTEvents::Input.InputDefinition.

InputDescription

AWS::IoTEvents::Input.InputDescription.

InputName

AWS::IoTEvents::Input.InputName.

Tags

AWS::IoTEvents::Input.Tags.

Constructors

CfnInputProps()

public CfnInputProps()

Properties

InputDefinition

AWS::IoTEvents::Input.InputDefinition.

public object InputDefinition { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdefinition

InputDescription

AWS::IoTEvents::Input.InputDescription.

public string InputDescription { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription

InputName

AWS::IoTEvents::Input.InputName.

public string InputName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname

Tags

AWS::IoTEvents::Input.Tags.

public ICfnTag[] Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-tags

Implements

ICfnInputProps
Back to top Generated by DocFX