BrokerInstanceOption
public struct BrokerInstanceOption : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of available az.
Declaration
Swift
public let availabilityZones: [AvailabilityZone]?
-
The type of broker engine.
Declaration
Swift
public let engineType: EngineType?
-
The type of broker instance.
Declaration
Swift
public let hostInstanceType: String?
-
The broker’s storage type.
Declaration
Swift
public let storageType: BrokerStorageType?
-
The list of supported deployment modes.
Declaration
Swift
public let supportedDeploymentModes: [DeploymentMode]?
-
The list of supported engine versions.
Declaration
Swift
public let supportedEngineVersions: [String]?
-
init(availabilityZones:engineType:hostInstanceType:storageType:supportedDeploymentModes:supportedEngineVersions:)
Undocumented
Declaration
Swift
public init(availabilityZones: [AvailabilityZone]? = nil, engineType: EngineType? = nil, hostInstanceType: String? = nil, storageType: BrokerStorageType? = nil, supportedDeploymentModes: [DeploymentMode]? = nil, supportedEngineVersions: [String]? = nil)