Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeConfigurationResponse

import type { DescribeConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface DescribeConfigurationResponse {
Arn?: string | null;
AuthenticationStrategy?: AuthenticationStrategy | null;
Created?: Date | number | null;
Description?: string | null;
EngineType?: EngineType | null;
EngineVersion?: string | null;
Id?: string | null;
LatestRevision?: ConfigurationRevision | null;
Name?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

Required. The ARN of the configuration.

§
AuthenticationStrategy?: AuthenticationStrategy | null
[src]

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

§
Created?: Date | number | null
[src]

Required. The date and time of the configuration revision.

§
Description?: string | null
[src]

Required. The description of the configuration.

§
EngineType?: EngineType | null
[src]

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

§
EngineVersion?: string | null
[src]

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

§
Id?: string | null
[src]

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

§
LatestRevision?: ConfigurationRevision | null
[src]

Required. The latest revision of the configuration.

§
Name?: string | null
[src]

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?: {
[key: string]: string | null | undefined;
}
| null
[src]

The list of all tags associated with this configuration.