Configuration
public struct Configuration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the configuration.
Declaration
Swift
public let arn: String
-
Undocumented
Declaration
Swift
public let creationTime: TimeStamp
-
The description of the configuration.
Declaration
Swift
public let description: 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.
Declaration
Swift
public let kafkaVersions: [String]
-
Latest revision of the configuration.
Declaration
Swift
public let latestRevision: ConfigurationRevision
-
The name of the configuration. Configuration names are strings that match the regex “^[0-9A-Za-z-]+$”.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let state: ConfigurationState
-
Undocumented
Declaration
Swift
public init(arn: String, creationTime: TimeStamp, description: String, kafkaVersions: [String], latestRevision: ConfigurationRevision, name: String, state: ConfigurationState)