StreamKey

public struct StreamKey : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Stream-key ARN.

    Declaration

    Swift

    public let arn: String?
  • Channel ARN for the stream.

    Declaration

    Swift

    public let channelArn: String?
  • Array of 1-50 maps, each of the form string:string (key:value).

    Declaration

    Swift

    public let tags: [String : String]?
  • Stream-key value.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, channelArn: String? = nil, tags: [String : String]? = nil, value: String? = nil)