You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MQ::Types::UpdateBrokerOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about the updated broker.

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategy ⇒ String

The authentication strategy used to secure the broker.

Possible values:

  • SIMPLE
  • LDAP

Returns:

  • (String) —

    The authentication strategy used to secure the broker.

#auto_minor_version_upgrade ⇒ Boolean

The new value of automatic upgrades to new minor version for brokers.

Returns:

  • (Boolean) —

    The new value of automatic upgrades to new minor version for brokers.

#broker_id ⇒ String

Required. The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String) —

    Required.

#configuration ⇒ Types::ConfigurationId

The ID of the updated configuration.

Returns:

#engine_version ⇒ String

The version of the broker engine to upgrade to. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html

Returns:

  • (String) —

    The version of the broker engine to upgrade to.

#host_instance_type ⇒ String

The host instance type of the broker to upgrade to. For a list of supported instance types, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types

Returns:

  • (String) —

    The host instance type of the broker to upgrade to.

#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput

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

Returns:

#logs ⇒ Types::Logs

The list of information about logs to be enabled for the specified broker.

Returns:

  • (Types::Logs) —

    The list of information about logs to be enabled for the specified broker.

#security_groups ⇒ Array<String>

The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.

Returns:

  • (Array<String>) —

    The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.