StreamingConfiguration
public struct StreamingConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The retention period, in hours, for the Amazon Kinesis data.
Declaration
Swift
public let dataRetentionInHours: Int
-
When true, media streaming to Amazon Kinesis is turned off.
Declaration
Swift
public let disabled: Bool?
-
The streaming notification targets.
Declaration
Swift
public let streamingNotificationTargets: [StreamingNotificationTarget]?
-
Undocumented
Declaration
Swift
public init(dataRetentionInHours: Int, disabled: Bool? = nil, streamingNotificationTargets: [StreamingNotificationTarget]? = nil)
-
Declaration
Swift
public func validate(name: String) throws