AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateConfiguration operation. Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MQ.AmazonMQRequest
      Amazon.MQ.Model.CreateConfigurationRequest

Namespace: Amazon.MQ.Model
Assembly: AWSSDK.MQ.dll
Version: 3.x.y.z

Syntax

C#
public class CreateConfigurationRequest : AmazonMQRequest
         IAmazonWebServiceRequest

The CreateConfigurationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuthenticationStrategy Amazon.MQ.AuthenticationStrategy

Gets and sets the property AuthenticationStrategy.

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

Public Property EngineType Amazon.MQ.EngineType

Gets and sets the property EngineType.

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

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

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

Public Property Name System.String

Gets and sets the property 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.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

Create tags when creating the configuration.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5