Show / Hide Table of Contents

Class CfnInput.InputDeviceSettingsProperty

Settings that apply only if the input is an Elemental Link input.

Inheritance
System.Object
CfnInput.InputDeviceSettingsProperty
Implements
CfnInput.IInputDeviceSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class InputDeviceSettingsProperty : Object, CfnInput.IInputDeviceSettingsProperty
Syntax (vb)
Public Class InputDeviceSettingsProperty
    Inherits Object
    Implements CfnInput.IInputDeviceSettingsProperty
Remarks

The parent of this entity is Input.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdevicesettings.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;

var inputDeviceSettingsProperty = new InputDeviceSettingsProperty {
    Id = "id"
};

Synopsis

Constructors

InputDeviceSettingsProperty()

Properties

Id

The unique ID for the device.

Constructors

InputDeviceSettingsProperty()

public InputDeviceSettingsProperty()

Properties

Id

The unique ID for the device.

public string Id { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputdevicesettings.html#cfn-medialive-input-inputdevicesettings-id

Implements

CfnInput.IInputDeviceSettingsProperty
Back to top Generated by DocFX