View Source AWS.Mq (aws-elixir v0.13.3)

Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud.

A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols.

Link to this section Summary

Functions

Creates a new configuration for the specified configuration name.

Returns information about the specified broker.

Returns information about the specified configuration.

Returns the specified configuration revision for the specified configuration.

Returns information about an ActiveMQ user.

Adds a pending configuration change to a broker.

Updates the information for an ActiveMQ user.

Link to this section Functions

Link to this function

create_broker(client, input, options \\ [])

View Source

Creates a broker.

Note: This API is asynchronous.

To create a broker, you must either use the AmazonMQFullAccess IAM policy or include the following EC2 permissions in your IAM policy.

  • ec2:CreateNetworkInterface

This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account.

  • ec2:CreateNetworkInterfacePermission

This permission is required to attach the ENI to the broker instance.

  • ec2:DeleteNetworkInterface

  • ec2:DeleteNetworkInterfacePermission

  • ec2:DetachNetworkInterface

  • ec2:DescribeInternetGateways

  • ec2:DescribeNetworkInterfaces

  • ec2:DescribeNetworkInterfacePermissions

  • ec2:DescribeRouteTables

  • ec2:DescribeSecurityGroups

  • ec2:DescribeSubnets

  • ec2:DescribeVpcs

For more information, see Create an IAM User and Get Your AWS Credentials and Never Modify or Delete the Amazon MQ Elastic Network Interface in the Amazon MQ Developer Guide.

Link to this function

create_configuration(client, input, options \\ [])

View Source

Creates a new configuration for the specified configuration name.

Amazon MQ uses the default configuration (the engine type and version).

Link to this function

create_tags(client, resource_arn, input, options \\ [])

View Source

Add a tag to a resource.

Link to this function

create_user(client, broker_id, username, input, options \\ [])

View Source

Creates an ActiveMQ user.

Link to this function

delete_broker(client, broker_id, input, options \\ [])

View Source

Deletes a broker.

Note: This API is asynchronous.

Link to this function

delete_tags(client, resource_arn, input, options \\ [])

View Source

Removes a tag from a resource.

Link to this function

delete_user(client, broker_id, username, input, options \\ [])

View Source

Deletes an ActiveMQ user.

Link to this function

describe_broker(client, broker_id, options \\ [])

View Source

Returns information about the specified broker.

Link to this function

describe_broker_engine_types(client, engine_type \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Describe available engine types and versions.

Link to this function

describe_broker_instance_options(client, engine_type \\ nil, host_instance_type \\ nil, max_results \\ nil, next_token \\ nil, storage_type \\ nil, options \\ [])

View Source

Describe available broker instance options.

Link to this function

describe_configuration(client, configuration_id, options \\ [])

View Source

Returns information about the specified configuration.

Link to this function

describe_configuration_revision(client, configuration_id, configuration_revision, options \\ [])

View Source

Returns the specified configuration revision for the specified configuration.

Link to this function

describe_user(client, broker_id, username, options \\ [])

View Source

Returns information about an ActiveMQ user.

Link to this function

list_brokers(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all brokers.

Link to this function

list_configuration_revisions(client, configuration_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all revisions for the specified configuration.

Link to this function

list_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all configurations.

Link to this function

list_tags(client, resource_arn, options \\ [])

View Source

Lists tags for a resource.

Link to this function

list_users(client, broker_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all ActiveMQ users.

Link to this function

reboot_broker(client, broker_id, input, options \\ [])

View Source

Reboots a broker.

Note: This API is asynchronous.

Link to this function

update_broker(client, broker_id, input, options \\ [])

View Source

Adds a pending configuration change to a broker.

Link to this function

update_configuration(client, configuration_id, input, options \\ [])

View Source

Updates the specified configuration.

Link to this function

update_user(client, broker_id, username, input, options \\ [])

View Source

Updates the information for an ActiveMQ user.