Show / Hide Table of Contents

Interface ICfnInputProps

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

Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public interface ICfnInputProps
Syntax (vb)
Public Interface ICfnInputProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html

Synopsis

Properties

Destinations

AWS::MediaLive::Input.Destinations.

InputDevices

AWS::MediaLive::Input.InputDevices.

InputSecurityGroups

AWS::MediaLive::Input.InputSecurityGroups.

MediaConnectFlows

AWS::MediaLive::Input.MediaConnectFlows.

Name

AWS::MediaLive::Input.Name.

RoleArn

AWS::MediaLive::Input.RoleArn.

Sources

AWS::MediaLive::Input.Sources.

Tags

AWS::MediaLive::Input.Tags.

Type

AWS::MediaLive::Input.Type.

Vpc

AWS::MediaLive::Input.Vpc.

Properties

Destinations

AWS::MediaLive::Input.Destinations.

virtual object Destinations { get; }
Property Value

System.Object

Remarks

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

InputDevices

AWS::MediaLive::Input.InputDevices.

virtual object InputDevices { get; }
Property Value

System.Object

Remarks

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

InputSecurityGroups

AWS::MediaLive::Input.InputSecurityGroups.

virtual string[] InputSecurityGroups { get; }
Property Value

System.String[]

Remarks

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

MediaConnectFlows

AWS::MediaLive::Input.MediaConnectFlows.

virtual object MediaConnectFlows { get; }
Property Value

System.Object

Remarks

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

Name

AWS::MediaLive::Input.Name.

virtual string Name { get; }
Property Value

System.String

Remarks

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

RoleArn

AWS::MediaLive::Input.RoleArn.

virtual string RoleArn { get; }
Property Value

System.String

Remarks

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

Sources

AWS::MediaLive::Input.Sources.

virtual object Sources { get; }
Property Value

System.Object

Remarks

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

Tags

AWS::MediaLive::Input.Tags.

virtual object Tags { get; }
Property Value

System.Object

Remarks

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

Type

AWS::MediaLive::Input.Type.

virtual string Type { get; }
Property Value

System.String

Remarks

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

Vpc

AWS::MediaLive::Input.Vpc.

virtual object Vpc { get; }
Property Value

System.Object

Remarks

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

Back to top Generated by DocFX