UpdateBrokerResponse class
Constructors
-
UpdateBrokerResponse({AuthenticationStrategy? authenticationStrategy, bool? autoMinorVersionUpgrade, String? brokerId, ConfigurationId? configuration, String? engineVersion, String? hostInstanceType, LdapServerMetadataOutput? ldapServerMetadata, Logs? logs, List<
String> ? securityGroups}) -
UpdateBrokerResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authenticationStrategy → AuthenticationStrategy?
-
The authentication strategy used to secure the broker.
final
- autoMinorVersionUpgrade → bool?
-
The new value of automatic upgrades to new minor version for brokers.
final
- brokerId → String?
-
Required. The unique ID that Amazon MQ generates for the broker.
final
- configuration → ConfigurationId?
-
The ID of the updated configuration.
final
- engineVersion → String?
-
The version of the broker engine to upgrade to. For a list of supported
engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostInstanceType → String?
-
The host instance type of the broker to upgrade to. For a list of supported
instance types, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types
final
- ldapServerMetadata → LdapServerMetadataOutput?
-
The metadata of the LDAP server used to authenticate and authorize
connections to the broker.
final
- logs → Logs?
-
The list of information about logs to be enabled for the specified broker.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroups
→ List<
String> ? -
The list of security groups (1 minimum, 5 maximum) that authorizes
connections to brokers.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited