interface InputConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnFlow.InputConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlow_InputConfigurationProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnFlow.InputConfigurationProperty |
![]() | aws_cdk.aws_mediaconnect.CfnFlow.InputConfigurationProperty |
![]() | aws-cdk-lib » aws_mediaconnect » CfnFlow » InputConfigurationProperty |
The transport parameters associated with an incoming media stream.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const inputConfigurationProperty: mediaconnect.CfnFlow.InputConfigurationProperty = {
inputPort: 123,
interface: {
name: 'name',
},
};
Properties
Name | Type | Description |
---|---|---|
input | number | The port that the flow listens on for an incoming media stream. |
interface | IResolvable | Interface | The VPC interface where the media stream comes in from. |
inputPort
Type:
number
The port that the flow listens on for an incoming media stream.
interface
Type:
IResolvable
|
Interface
The VPC interface where the media stream comes in from.