AWS SDK for .NET Documentation
StreamName Property
AmazonAmazon.Kinesis.ModelCreateStreamRequestStreamName Did this page help you?   Yes   No    Tell us about it...
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 region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account, but in two different regions, can have the same name.

Constraints:

Length
1 - 128
Pattern
[a-zA-Z0-9_.-]+

Declaration Syntax
C#
public string StreamName { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)