Configuration class
Represents an MSK Configuration.
Constructors
-
Configuration({required String arn, required DateTime creationTime, required String description, required List<
String> kafkaVersions, required ConfigurationRevision latestRevision, required String name, required ConfigurationState state}) -
Configuration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String
-
The Amazon Resource Name (ARN) of the configuration.
final
- creationTime → DateTime
-
The time when the configuration was created.
final
- description → String
-
The description of the configuration.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kafkaVersions
→ List<
String> -
An array of the versions of Apache Kafka with which you can use this MSK
configuration. You can use this configuration for an MSK cluster only if the
Apache Kafka version specified for the cluster appears in this array.
final
- latestRevision → ConfigurationRevision
-
Latest revision of the configuration.
final
- name → String
-
The name of the configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → ConfigurationState
-
The state of the configuration. The possible states are ACTIVE, DELETING,
and DELETE_FAILED.
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