mq_create_configuration: Creates a new configuration for the specified configuration...

View source: R/mq_operations.R

mq_create_configurationR Documentation

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

See https://www.paws-r-sdk.com/docs/mq_create_configuration/ for full documentation.

Usage

mq_create_configuration(
  AuthenticationStrategy = NULL,
  EngineType,
  EngineVersion,
  Name,
  Tags = NULL
)

Arguments

AuthenticationStrategy

Optional. The authentication strategy associated with the configuration. The default is SIMPLE.

EngineType

[required] Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.

EngineVersion

[required] Required. The broker engine's version. For a list of supported engine versions, see Supported engines.

Name

[required] 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.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.