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

Class: Aws::MQ::Types::UpdateBrokerInput

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

Overview

Updates the broker using the specified properties.

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

Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions. The automatic upgrades occur during the maintenance window of the broker or after a manual broker reboot.

Returns:

  • (Boolean)

    Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions.

#configurationTypes::ConfigurationId

A list of information about the configuration.

Returns:

#engine_versionString

The version of the broker engine. 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.

#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::LdapServerMetadataInput

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

Returns:

#logsTypes::Logs

Enables Amazon CloudWatch logging for brokers.

Returns:

  • (Types::Logs)

    Enables Amazon CloudWatch logging for brokers.

#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.