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 |
|
InputDevices |
|
InputSecurityGroups |
|
MediaConnectFlows |
|
Name |
|
RoleArn |
|
Sources |
|
Tags |
|
Type |
|
Vpc |
|
Properties
Destinations
AWS::MediaLive::Input.Destinations
.
virtual object Destinations { get; }
Property Value
System.Object
Remarks
InputDevices
AWS::MediaLive::Input.InputDevices
.
virtual object InputDevices { get; }
Property Value
System.Object
Remarks
InputSecurityGroups
AWS::MediaLive::Input.InputSecurityGroups
.
virtual string[] InputSecurityGroups { get; }
Property Value
System.String[]
Remarks
MediaConnectFlows
AWS::MediaLive::Input.MediaConnectFlows
.
virtual object MediaConnectFlows { get; }
Property Value
System.Object
Remarks
Name
AWS::MediaLive::Input.Name
.
virtual string Name { get; }
Property Value
System.String
Remarks
RoleArn
AWS::MediaLive::Input.RoleArn
.
virtual string RoleArn { get; }
Property Value
System.String
Remarks
Sources
AWS::MediaLive::Input.Sources
.
virtual object Sources { get; }
Property Value
System.Object
Remarks
Tags
AWS::MediaLive::Input.Tags
.
virtual object Tags { get; }
Property Value
System.Object
Remarks
Type
AWS::MediaLive::Input.Type
.
virtual string Type { get; }
Property Value
System.String
Remarks
Vpc
AWS::MediaLive::Input.Vpc
.
virtual object Vpc { get; }
Property Value
System.Object