aws-cdk-lib.aws_medialive.CfnInput.InputDestinationRequestProperty

interface InputDestinationRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnInput.InputDestinationRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnInput_InputDestinationRequestProperty
Javasoftware.amazon.awscdk.services.medialive.CfnInput.InputDestinationRequestProperty
Pythonaws_cdk.aws_medialive.CfnInput.InputDestinationRequestProperty
TypeScript aws-cdk-lib » aws_medialive » CfnInput » InputDestinationRequestProperty

Settings that apply only if the input is a push type of input.

The parent of this entity is Input.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const inputDestinationRequestProperty: medialive.CfnInput.InputDestinationRequestProperty = {
  streamName: 'streamName',
};

Properties

NameTypeDescription
streamName?stringThe stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.

streamName?

Type: string (optional)

The stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.