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

Class: Aws::MQ::Types::BrokerInstanceOption

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

Overview

Option for host instance type.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<Types::AvailabilityZone>

The list of available az.

Returns:

#engine_typeString

The type of broker engine.

Possible values:

  • ACTIVEMQ
  • RABBITMQ

Returns:

  • (String)

    The type of broker engine.

#host_instance_typeString

The type of broker instance.

Returns:

  • (String)

    The type of broker instance.

#storage_typeString

The broker\'s storage type.

Possible values:

  • EBS
  • EFS

Returns:

  • (String)

    The broker\'s storage type.

#supported_deployment_modesArray<String>

The list of supported deployment modes.

Returns:

  • (Array<String>)

    The list of supported deployment modes.

#supported_engine_versionsArray<String>

The list of supported engine versions.

Returns:

  • (Array<String>)

    The list of supported engine versions.