aws-cdk-lib.aws_medialive.CfnInput.InputSourceRequestProperty

interface InputSourceRequestProperty

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

Settings that apply only if the input is a pull 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 inputSourceRequestProperty: medialive.CfnInput.InputSourceRequestProperty = {
  passwordParam: 'passwordParam',
  url: 'url',
  username: 'username',
};

Properties

NameTypeDescription
passwordParam?stringThe password parameter that holds the password for accessing the upstream system.
url?stringFor a pull input, the URL where MediaLive pulls the source content from.
username?stringThe user name to connect to the upstream system.

passwordParam?

Type: string (optional)

The password parameter that holds the password for accessing the upstream system.

The password parameter applies only if the upstream system requires credentials.


url?

Type: string (optional)

For a pull input, the URL where MediaLive pulls the source content from.


username?

Type: string (optional)

The user name to connect to the upstream system.

The user name applies only if the upstream system requires credentials.