The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current Amazon Web Services Region.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.EMCN.AmazonMediaConnectClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The encoding profile to use when transcoding the NDI source content to a transport stream. You can change this value while the flow is running.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-EncodingConfig_VideoMaxBitrate <
Int32>
The maximum video bitrate to use when transcoding the NDI source to a transport stream. This parameter enables you to override the default video bitrate within the encoding profile's supported range. The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you don't specify a value, MediaConnect uses the default value of 20,000,000 bps.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The entitlements that you want to grant on a flow. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Entitlements |
Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI sources or outputs on the flow.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The key-value pairs that can be used to tag and organize the flow. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | FlowTags |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A day of a week when the maintenance will happen.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-Maintenance_MaintenanceStartHour <
String>
UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The media streams that you want to add to the flow. You can associate these media streams with sources and outputs on the flow. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | MediaStreams |
The name of the flow.
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
-NdiConfig_MachineName <
String>
A prefix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | NdiConfig_NdiDiscoveryServers |
A setting that controls whether NDI® sources or outputs can be used in the flow. The default value is DISABLED. This value must be set as ENABLED for your flow to support NDI sources or outputs.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The outputs that you want to add to this flow. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Outputs |
Use the -Select parameter to control the cmdlet output. The default value is 'Flow'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.CreateFlowResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.CreateFlowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The sources that are assigned to the flow. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Sources |
The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SourceFailoverConfig_RecoveryWindow <
Int32>
Search window time to look for dash-7 packets.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SourceFailoverConfig_State <
State>
The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Contains the settings for audio stream metrics monitoring. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | SourceMonitoringConfig_AudioMonitoringSettings |
Indicates whether content quality analysis is enabled or disabled.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Indicates whether thumbnails are enabled or disabled.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Contains the settings for video stream metrics monitoring. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | SourceMonitoringConfig_VideoMonitoringSettings |
-SourcePriority_PrimarySource <
String>
The name of the source you choose as the primary source for this flow.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | SourceFailoverConfig_SourcePriority_PrimarySource |
The VPC interfaces you want on the flow. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | VpcInterfaces |