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

UpdateBrokerRequest

import type { UpdateBrokerRequest } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

Updates the broker using the specified properties.

interface UpdateBrokerRequest {
AuthenticationStrategy?: AuthenticationStrategy | null;
AutoMinorVersionUpgrade?: boolean | null;
BrokerId: string;
Configuration?: ConfigurationId | null;
EngineVersion?: string | null;
HostInstanceType?: string | null;
LdapServerMetadata?: LdapServerMetadataInput | 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]

Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.

§
BrokerId: string
[src]

The unique ID that Amazon MQ generates for the broker.

§
Configuration?: ConfigurationId | null
[src]

A list of information about the configuration.

§
EngineVersion?: string | null
[src]

The broker engine version. 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?: LdapServerMetadataInput | 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]

Enables Amazon CloudWatch logging for brokers.

§
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.