Add-VSMediaLiveInputInputSourceRequest
Add-VSMediaLiveInputInputSourceRequest
SYNOPSIS
Adds an AWS::MediaLive::Input.InputSourceRequest resource property to the template. The settings for a pull input.
SYNTAX
Add-VSMediaLiveInputInputSourceRequest [[-Username] <Object>] [[-PasswordParam] <Object>] [[-Url] <Object>]
[<CommonParameters>]
DESCRIPTION
Adds an AWS::MediaLive::Input.InputSourceRequest resource property to the template. The settings for a pull input.
PARAMETERS
-Username
The user name for accessing the upstream system. The user name applies only if the upstream system requires credentials.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html#cfn-medialive-input-inputsourcerequest-username PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PasswordParam
The password parameter that holds the password for accessing the upstream system. The password parameter applies only if the upstream system requires credentials.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html#cfn-medialive-input-inputsourcerequest-passwordparam PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Url
For a pull input, the URL where MediaLive pulls the source content from.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html#cfn-medialive-input-inputsourcerequest-url PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.