/AWS1/CL_MQ_BROKERSUMMARY¶
Returns information about all brokers.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_deploymentmode
TYPE /AWS1/MQ_DEPLOYMENTMODE
/AWS1/MQ_DEPLOYMENTMODE
¶
The broker's deployment mode.
iv_enginetype
TYPE /AWS1/MQ_ENGINETYPE
/AWS1/MQ_ENGINETYPE
¶
The type of broker engine.
Optional arguments:¶
iv_brokerarn
TYPE /AWS1/MQ___STRING
/AWS1/MQ___STRING
¶
The broker's Amazon Resource Name (ARN).
iv_brokerid
TYPE /AWS1/MQ___STRING
/AWS1/MQ___STRING
¶
The unique ID that Amazon MQ generates for the broker.
iv_brokername
TYPE /AWS1/MQ___STRING
/AWS1/MQ___STRING
¶
The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
iv_brokerstate
TYPE /AWS1/MQ_BROKERSTATE
/AWS1/MQ_BROKERSTATE
¶
The broker's status.
iv_created
TYPE /AWS1/MQ___TIMESTAMPISO8601
/AWS1/MQ___TIMESTAMPISO8601
¶
The time when the broker was created.
iv_hostinstancetype
TYPE /AWS1/MQ___STRING
/AWS1/MQ___STRING
¶
The broker's instance type.
Queryable Attributes¶
BrokerArn¶
The broker's Amazon Resource Name (ARN).
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROKERARN() |
Getter for BROKERARN, with configurable default |
ASK_BROKERARN() |
Getter for BROKERARN w/ exceptions if field has no value |
HAS_BROKERARN() |
Determine if BROKERARN has a value |
BrokerId¶
The unique ID that Amazon MQ generates for the broker.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROKERID() |
Getter for BROKERID, with configurable default |
ASK_BROKERID() |
Getter for BROKERID w/ exceptions if field has no value |
HAS_BROKERID() |
Determine if BROKERID has a value |
BrokerName¶
The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROKERNAME() |
Getter for BROKERNAME, with configurable default |
ASK_BROKERNAME() |
Getter for BROKERNAME w/ exceptions if field has no value |
HAS_BROKERNAME() |
Determine if BROKERNAME has a value |
BrokerState¶
The broker's status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROKERSTATE() |
Getter for BROKERSTATE, with configurable default |
ASK_BROKERSTATE() |
Getter for BROKERSTATE w/ exceptions if field has no value |
HAS_BROKERSTATE() |
Determine if BROKERSTATE has a value |
Created¶
The time when the broker was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATED() |
Getter for CREATED, with configurable default |
ASK_CREATED() |
Getter for CREATED w/ exceptions if field has no value |
HAS_CREATED() |
Determine if CREATED has a value |
DeploymentMode¶
The broker's deployment mode.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTMODE() |
Getter for DEPLOYMENTMODE, with configurable default |
ASK_DEPLOYMENTMODE() |
Getter for DEPLOYMENTMODE w/ exceptions if field has no valu |
HAS_DEPLOYMENTMODE() |
Determine if DEPLOYMENTMODE has a value |
EngineType¶
The type of broker engine.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENGINETYPE() |
Getter for ENGINETYPE, with configurable default |
ASK_ENGINETYPE() |
Getter for ENGINETYPE w/ exceptions if field has no value |
HAS_ENGINETYPE() |
Determine if ENGINETYPE has a value |
HostInstanceType¶
The broker's instance type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTINSTANCETYPE() |
Getter for HOSTINSTANCETYPE, with configurable default |
ASK_HOSTINSTANCETYPE() |
Getter for HOSTINSTANCETYPE w/ exceptions if field has no va |
HAS_HOSTINSTANCETYPE() |
Determine if HOSTINSTANCETYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFBROKERSUMMARY
¶
TYPES TT___LISTOFBROKERSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_MQ_BROKERSUMMARY WITH DEFAULT KEY
.