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

DescribeBrokerResponse

import type { DescribeBrokerResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface DescribeBrokerResponse {
AuthenticationStrategy?: AuthenticationStrategy | null;
AutoMinorVersionUpgrade?: boolean | null;
BrokerArn?: string | null;
BrokerId?: string | null;
BrokerInstances?: BrokerInstance[] | null;
BrokerName?: string | null;
BrokerState?: BrokerState | null;
Configurations?: Configurations | null;
Created?: Date | number | null;
DeploymentMode?: DeploymentMode | null;
EncryptionOptions?: EncryptionOptions | null;
EngineType?: EngineType | null;
EngineVersion?: string | null;
HostInstanceType?: string | null;
LdapServerMetadata?: LdapServerMetadataOutput | null;
Logs?: LogsSummary | null;
MaintenanceWindowStartTime?: WeeklyStartTime | null;
PendingAuthenticationStrategy?: AuthenticationStrategy | null;
PendingEngineVersion?: string | null;
PendingHostInstanceType?: string | null;
PendingLdapServerMetadata?: LdapServerMetadataOutput | null;
PendingSecurityGroups?: string[] | null;
PubliclyAccessible?: boolean | null;
SecurityGroups?: string[] | null;
StorageType?: BrokerStorageType | null;
SubnetIds?: string[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Users?: UserSummary[] | null;
}

§Properties

§
AuthenticationStrategy?: AuthenticationStrategy | null
[src]

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.

§
BrokerArn?: string | null
[src]

The broker's Amazon Resource Name (ARN).

§
BrokerId?: string | null
[src]

The unique ID that Amazon MQ generates for the broker.

§
BrokerInstances?: BrokerInstance[] | null
[src]

A list of information about allocated brokers.

§
BrokerName?: string | null
[src]

The broker's name. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.

§
BrokerState?: BrokerState | null
[src]

The broker's status.

§
Configurations?: Configurations | null
[src]

The list of all revisions for the specified configuration.

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

The time when the broker was created.

§
DeploymentMode?: DeploymentMode | null
[src]

The broker's deployment mode.

§
EncryptionOptions?: EncryptionOptions | null
[src]

Encryption options for the broker. Does not apply to RabbitMQ brokers.

§
EngineType?: EngineType | null
[src]

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

§
EngineVersion?: string | null
[src]

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

§
HostInstanceType?: string | null
[src]

The broker's instance type.

§
LdapServerMetadata?: LdapServerMetadataOutput | null
[src]

The metadata of the LDAP server used to authenticate and authorize connections to the broker.

§
Logs?: LogsSummary | null
[src]

The list of information about logs currently enabled and pending to be deployed for the specified broker.

§
MaintenanceWindowStartTime?: WeeklyStartTime | null
[src]

The parameters that determine the WeeklyStartTime.

§
PendingAuthenticationStrategy?: AuthenticationStrategy | null
[src]

The authentication strategy that will be applied when the broker is rebooted. The default is SIMPLE.

§
PendingEngineVersion?: string | null
[src]

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

§
PendingHostInstanceType?: string | null
[src]

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

§
PendingLdapServerMetadata?: LdapServerMetadataOutput | null
[src]

The metadata of the LDAP server that will be used to authenticate and authorize connections to the broker after it is rebooted.

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

The list of pending security groups to authorize connections to brokers.

§
PubliclyAccessible?: boolean | null
[src]

Enables connections from applications outside of the VPC that hosts the broker's subnets.

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

The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.

§
StorageType?: BrokerStorageType | null
[src]

The broker's storage type.

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

The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The list of all tags associated with this broker.

§
Users?: UserSummary[] | null
[src]

The list of all broker usernames for the specified broker.