Show / Hide Table of Contents

Class CfnFlow.InterfaceProperty

The VPC interface that is used for the media stream associated with the source or output.

Inheritance
object
CfnFlow.InterfaceProperty
Implements
CfnFlow.IInterfaceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlow.InterfaceProperty : CfnFlow.IInterfaceProperty
Syntax (vb)
Public Class CfnFlow.InterfaceProperty Implements CfnFlow.IInterfaceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-interface.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.MediaConnect;

             var interfaceProperty = new InterfaceProperty {
                 Name = "name"
             };

Synopsis

Constructors

InterfaceProperty()

The VPC interface that is used for the media stream associated with the source or output.

Properties

Name

The name of the VPC interface.

Constructors

InterfaceProperty()

The VPC interface that is used for the media stream associated with the source or output.

public InterfaceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-interface.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.MediaConnect;

             var interfaceProperty = new InterfaceProperty {
                 Name = "name"
             };

Properties

Name

The name of the VPC interface.

public string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-interface.html#cfn-mediaconnect-flow-interface-name

Implements

CfnFlow.IInterfaceProperty
Back to top Generated by DocFX