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_strategyString

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_upgradeBoolean

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_idString

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

Returns:

  • (String)

    Required.

#configurationTypes::ConfigurationId

The ID of the updated configuration.

Returns:

#engine_versionString

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_typeString

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_metadataTypes::LdapServerMetadataOutput

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

Returns:

#logsTypes::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_groupsArray<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.