paws.application.integration (version 0.1.0)

mq_create_configuration: Creates a new configuration for the specified configuration name

Description

Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).

Usage

mq_create_configuration(EngineType, EngineVersion, Name, Tags)

Arguments

EngineType

Required. The type of broker engine. Note: Currently, Amazon MQ supports only ACTIVEMQ.

EngineVersion

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

Name

Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.

Tags

Create tags when creating the configuration.

Request syntax

svc$create_configuration(
  EngineType = "ACTIVEMQ",
  EngineVersion = "string",
  Name = "string",
  Tags = list(
    "string"
  )
)