interface InputSourceRequestProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnInput.InputSourceRequestProperty |
![]() | software.amazon.awscdk.services.medialive.CfnInput.InputSourceRequestProperty |
![]() | aws_cdk.aws_medialive.CfnInput.InputSourceRequestProperty |
![]() | @aws-cdk/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 * as medialive from '@aws-cdk/aws-medialive';
const inputSourceRequestProperty: medialive.CfnInput.InputSourceRequestProperty = {
passwordParam: 'passwordParam',
url: 'url',
username: 'username',
};
Properties
Name | Type | Description |
---|---|---|
password | string | The password parameter that holds the password for accessing the upstream system. |
url? | string | For a pull input, the URL where MediaLive pulls the source content from. |
username? | string | The 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.