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

UpdateBrokerResponse

import type { UpdateBrokerResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface UpdateBrokerResponse {
AuthenticationStrategy?: AuthenticationStrategy | null;
AutoMinorVersionUpgrade?: boolean | null;
BrokerId?: string | null;
Configuration?: ConfigurationId | null;
EngineVersion?: string | null;
HostInstanceType?: string | null;
LdapServerMetadata?: LdapServerMetadataOutput | null;
Logs?: Logs | null;
MaintenanceWindowStartTime?: WeeklyStartTime | null;
SecurityGroups?: string[] | null;
}

§Properties

§
AuthenticationStrategy?: AuthenticationStrategy | null
[src]

Optional. The authentication strategy used to secure the broker. The default is SIMPLE.

§
AutoMinorVersionUpgrade?: boolean | null
[src]

The new boolean value that specifies whether broker engines automatically upgrade to new minor versions as new versions are released and supported by Amazon MQ.

§
BrokerId?: string | null
[src]

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

§
Configuration?: ConfigurationId | null
[src]

The ID of the updated configuration.

§
EngineVersion?: string | null
[src]

The broker engine version to upgrade to. For a list of supported engine versions, see Supported engines.

§
HostInstanceType?: string | null
[src]

The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.

§
LdapServerMetadata?: LdapServerMetadataOutput | null
[src]

Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.

§
Logs?: Logs | null
[src]

The list of information about logs to be enabled for the specified broker.

§
MaintenanceWindowStartTime?: WeeklyStartTime | null
[src]

The parameters that determine the WeeklyStartTime.

§
SecurityGroups?: string[] | null
[src]

The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.