Class CfnFlow.InterfaceProperty
The VPC interface that you want to use for the media stream associated with the output.
Inheritance
System.Object
CfnFlow.InterfaceProperty
Implements
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class InterfaceProperty : Object, CfnFlow.IInterfaceProperty
Syntax (vb)
Public Class InterfaceProperty
Inherits Object
Implements CfnFlow.IInterfaceProperty
Remarks
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() |
Properties
Name | The name of the VPC interface that you want to use for the media stream associated with the output. |
Constructors
InterfaceProperty()
public InterfaceProperty()
Properties
Name
The name of the VPC interface that you want to use for the media stream associated with the output.
public string Name { get; set; }
Property Value
System.String