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.

Returns information about all configurations.

Inheritance Hierarchy

System.Object
  Amazon.MQ.Model.Configuration

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

Syntax

C#
public class Configuration

The Configuration type exposes the following members

Constructors

NameDescription
Public Method Configuration()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

Required. The ARN of the configuration.

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 Created System.DateTime

Gets and sets the property Created.

Required. The date and time of the configuration revision.

Public Property Description System.String

Gets and sets the property Description.

Required. The description of the configuration.

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 Id System.String

Gets and sets the property Id.

Required. The unique ID that Amazon MQ generates for the configuration.

Public Property LatestRevision Amazon.MQ.Model.ConfigurationRevision

Gets and sets the property LatestRevision.

Required. The latest revision of the configuration.

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.

The list of all tags associated with this 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