Show / Hide Table of Contents

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

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.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; }
Property Value

string

Remarks

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

Back to top Generated by DocFX