Add-VSMediaLiveChannelInputAttachment
Add-VSMediaLiveChannelInputAttachment
SYNOPSIS
Adds an AWS::MediaLive::Channel.InputAttachment resource property to the template. An input to attach to this channel.
SYNTAX
Add-VSMediaLiveChannelInputAttachment [[-InputAttachmentName] <Object>] [[-InputId] <Object>]
[[-InputSettings] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::MediaLive::Channel.InputAttachment resource property to the template. An input to attach to this channel.
This entity is at the top level in the channel.
PARAMETERS
-InputAttachmentName
A name for the attachment. This is required if you want to use this input in an input switch action.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-inputattachmentname 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
-InputId
The ID of the input to attach.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-inputid PrimitiveType: String UpdateType: Immutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-InputSettings
Information about the content to extract from the input and about the general handling of the content.
Type: InputSettings Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-inputattachment.html#cfn-medialive-channel-inputattachment-inputsettings 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.