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.

This is the response object from the CreateConfiguration operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MQ.Model.CreateConfigurationResponse

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

Syntax

C#
public class CreateConfigurationResponse : AmazonWebServiceResponse

The CreateConfigurationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

Required. The Amazon Resource Name (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 ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Created System.DateTime

Gets and sets the property Created.

Required. The date and time of the configuration.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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.

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 ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

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