Class CfnFlow.InterfaceProperty
The VPC interface that is used for the media stream associated with the source or output.
Implements
Inherited Members
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
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
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; }