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

CreateConfigurationResponse

import type { CreateConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface CreateConfigurationResponse {
Arn?: string | null;
AuthenticationStrategy?: AuthenticationStrategy | null;
Created?: Date | number | null;
Id?: string | null;
LatestRevision?: ConfigurationRevision | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

Required. The Amazon Resource Name (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.

§
Id?: string | null
[src]

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

§
LatestRevision?: ConfigurationRevision | null
[src]

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.