CreateStreamInput
public struct CreateStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.
Declaration
Swift
public let shardCount: Int
-
A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by AWS Region. That is, two streams in two different AWS accounts can have the same name. Two streams in the same AWS account but in two different Regions can also have the same name.
Declaration
Swift
public let streamName: String
-
Undocumented
Declaration
Swift
public init(shardCount: Int, streamName: String)
-
Declaration
Swift
public func validate(name: String) throws