CreateStreamRequest

public struct CreateStreamRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the stream.

    Declaration

    Swift

    public let description: String?
  • The files to stream.

    Declaration

    Swift

    public let files: [StreamFile]
  • An IAM role that allows the IoT service principal assumes to access your S3 files.

    Declaration

    Swift

    public let roleArn: String
  • The stream ID.

    Declaration

    Swift

    public let streamId: String
  • Metadata which can be used to manage streams.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, files: [StreamFile], roleArn: String, streamId: String, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws