Class CfnInput
A CloudFormation AWS::MediaLive::Input
.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class CfnInput : CfnResource, IConstruct, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnInput
Inherits CfnResource
Implements IConstruct, IConstruct, IDependable, IInspectable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html
CloudformationResource: AWS::MediaLive::Input
Synopsis
Constructors
CfnInput(Construct, String, ICfnInputProps) | Create a new |
CfnInput(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnInput(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
AttrArn | |
AttrDestinations | |
AttrSources | |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Destinations |
|
InputDevices |
|
InputSecurityGroups |
|
MediaConnectFlows |
|
Name |
|
RoleArn |
|
Sources |
|
Tags |
|
Type |
|
Vpc |
|
Methods
Inspect(TreeInspector) | (experimental) Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnInput(Construct, String, ICfnInputProps)
Create a new AWS::MediaLive::Input
.
public CfnInput(Construct scope, string id, ICfnInputProps props = null)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnInputProps
- resource properties.
CfnInput(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnInput(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnInput(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnInput(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
AttrArn
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
AttrDestinations
public virtual string[] AttrDestinations { get; }
Property Value
System.String[]
Remarks
CloudformationAttribute: Destinations
AttrSources
public virtual string[] AttrSources { get; }
Property Value
System.String[]
Remarks
CloudformationAttribute: Sources
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Destinations
AWS::MediaLive::Input.Destinations
.
public virtual object Destinations { get; set; }
Property Value
System.Object
Remarks
InputDevices
AWS::MediaLive::Input.InputDevices
.
public virtual object InputDevices { get; set; }
Property Value
System.Object
Remarks
InputSecurityGroups
AWS::MediaLive::Input.InputSecurityGroups
.
public virtual string[] InputSecurityGroups { get; set; }
Property Value
System.String[]
Remarks
MediaConnectFlows
AWS::MediaLive::Input.MediaConnectFlows
.
public virtual object MediaConnectFlows { get; set; }
Property Value
System.Object
Remarks
Name
AWS::MediaLive::Input.Name
.
public virtual string Name { get; set; }
Property Value
System.String
Remarks
RoleArn
AWS::MediaLive::Input.RoleArn
.
public virtual string RoleArn { get; set; }
Property Value
System.String
Remarks
Sources
AWS::MediaLive::Input.Sources
.
public virtual object Sources { get; set; }
Property Value
System.Object
Remarks
Tags
AWS::MediaLive::Input.Tags
.
public virtual TagManager Tags { get; }
Property Value
Remarks
Type
AWS::MediaLive::Input.Type
.
public virtual string Type { get; set; }
Property Value
System.String
Remarks
Vpc
AWS::MediaLive::Input.Vpc
.
public virtual object Vpc { get; set; }
Property Value
System.Object
Remarks
Methods
Inspect(TreeInspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
- tree inspector to collect and process attributes.
Remarks
Stability: Experimental
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>