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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8943 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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8943 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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8943 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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8943 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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8943 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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8943 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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8943 class UpdateFlowRequest < Struct.new( :flow_arn, :source_failover_config, :maintenance, :source_monitoring_config, :ndi_config, :flow_size, :encoding_config) SENSITIVE = [] include Aws::Structure end |