CreateConfigurationRequest
public struct CreateConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the configuration.
Declaration
Swift
public let description: String? -
The versions of Apache Kafka with which you can use this MSK configuration.
Declaration
Swift
public let kafkaVersions: [String]? -
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 serverProperties: Data -
Undocumented
Declaration
Swift
public init(description: String? = nil, kafkaVersions: [String]? = nil, name: String, serverProperties: Data)
View on GitHub
CreateConfigurationRequest Structure Reference