class Aws::MQ::Types::UpdateBrokerRequest

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

data as a hash:

    {
      authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP
      auto_minor_version_upgrade: false,
      broker_id: "__string", # required
      configuration: {
        id: "__string", # required
        revision: 1,
      },
      engine_version: "__string",
      host_instance_type: "__string",
      ldap_server_metadata: {
        hosts: ["__string"], # required
        role_base: "__string", # required
        role_name: "__string",
        role_search_matching: "__string", # required
        role_search_subtree: false,
        service_account_password: "__string", # required
        service_account_username: "__string", # required
        user_base: "__string", # required
        user_role_name: "__string",
        user_search_matching: "__string", # required
        user_search_subtree: false,
      },
      logs: {
        audit: false,
        general: false,
      },
      maintenance_window_start_time: {
        day_of_week: "MONDAY", # required, accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
        time_of_day: "__string", # required
        time_zone: "__string",
      },
      security_groups: ["__string"],
    }

@!attribute [rw] authentication_strategy

Optional. The authentication strategy used to secure the broker. The
default is SIMPLE.
@return [String]

@!attribute [rw] auto_minor_version_upgrade

@return [Boolean]

@!attribute [rw] broker_id

@return [String]

@!attribute [rw] configuration

A list of information about the configuration.

Does not apply to RabbitMQ brokers.
@return [Types::ConfigurationId]

@!attribute [rw] engine_version

@return [String]

@!attribute [rw] host_instance_type

@return [String]

@!attribute [rw] ldap_server_metadata

Optional. The metadata of the LDAP server used to authenticate and
authorize connections to the broker.

Does not apply to RabbitMQ brokers.
@return [Types::LdapServerMetadataInput]

@!attribute [rw] logs

The list of information about logs to be enabled for the specified
broker.
@return [Types::Logs]

@!attribute [rw] maintenance_window_start_time

The scheduled time period relative to UTC during which Amazon MQ
begins to apply pending updates or patches to the broker.
@return [Types::WeeklyStartTime]

@!attribute [rw] security_groups

@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateBrokerRequest AWS API Documentation

Constants

SENSITIVE