Operations
The REST API includes the following operations
-
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 Amazon Credentials and Never Modify or Delete the Amazon MQ Elastic Network Interface in the Amazon MQ Developer Guide.
-
Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).
-
Add a tag to a resource.
-
Creates an ActiveMQ user.
Important
Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other Amazon services, including CloudWatch Logs. Broker usernames are not intended to be used for private or sensitive data.
-
Deletes a broker. Note: This API is asynchronous.
-
Removes a tag from a resource.
-
Deletes an ActiveMQ user.
-
Returns information about the specified broker.
-
Describe available engine types and versions.
-
Describe available broker instance options.
-
Returns information about the specified configuration.
-
Returns the specified configuration revision for the specified configuration.
-
Returns information about an ActiveMQ user.
-
Returns a list of all brokers.
-
Returns a list of all revisions for the specified configuration.
-
Returns a list of all configurations.
-
Lists tags for a resource.
-
Returns a list of all ActiveMQ users.
-
Promotes a data replication replica broker to the primary broker role.
-
Reboots a broker. Note: This API is asynchronous.
-
Adds a pending configuration change to a broker.
-
Updates the specified configuration.
-
Updates the information for an ActiveMQ user.