class Aws::MediaConnect::Types::UpdateFlowRequest

Updates an existing flow.

@note When making an API call, you may pass UpdateFlowRequest

data as a hash:

    {
      flow_arn: "__string", # required
      source_failover_config: {
        failover_mode: "MERGE", # accepts MERGE, FAILOVER
        recovery_window: 1,
        source_priority: {
          primary_source: "__string",
        },
        state: "ENABLED", # accepts ENABLED, DISABLED
      },
    }

@!attribute [rw] flow_arn

@return [String]

@!attribute [rw] source_failover_config

The settings for source failover
@return [Types::UpdateFailoverConfig]

@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowRequest AWS API Documentation

Constants

SENSITIVE