Interface CfnFlowPropsMixin.IInterfaceProperty
The VPC interface that is used for the media stream associated with the source or output.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IInterfaceProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.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.Mixins.Preview.AWS.MediaConnect.Mixins;
var interfaceProperty = new InterfaceProperty {
Name = "name"
};
Synopsis
Properties
| Name | The name of the VPC interface. |
Properties
Name
The name of the VPC interface.
string? Name { get; }