Class: Aws::MediaConnect::Types::UpdateFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowRequest
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encoding_config ⇒ Types::EncodingConfig
The encoding configuration to apply to the NDIĀ® source when transcoding it to a transport stream for downstream distribution.
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to update.
-
#flow_size ⇒ String
Determines the processing capacity and feature set of the flow.
-
#maintenance ⇒ Types::UpdateMaintenance
The maintenance setting of the flow.
-
#ndi_config ⇒ Types::NdiConfig
Specifies the configuration settings for a flow's NDI source or output.
-
#source_failover_config ⇒ Types::UpdateFailoverConfig
The settings for source failover.
-
#source_monitoring_config ⇒ Types::MonitoringConfig
The settings for source monitoring.
Instance Attribute Details
#encoding_config ⇒ Types::EncodingConfig
The encoding configuration to apply to the NDIĀ® source when transcoding it to a transport stream for downstream distribution. You can choose between several predefined encoding profiles based on common use cases.
8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8998 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to update.
8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8998 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |
#flow_size ⇒ String
Determines the processing capacity and feature set of the flow.
8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8998 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |
#maintenance ⇒ Types::UpdateMaintenance
The maintenance setting of the flow.
8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8998 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |
#ndi_config ⇒ Types::NdiConfig
Specifies the configuration settings for a flow's NDI source or output. Required when the flow includes an NDI source or output.
8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8998 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |
#source_failover_config ⇒ Types::UpdateFailoverConfig
The settings for source failover.
8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8998 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |
#source_monitoring_config ⇒ Types::MonitoringConfig
The settings for source monitoring.
8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8998 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |