AddApplicationOutputRequest
public struct AddApplicationOutputRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the application to which you want to add the output configuration.
Declaration
Swift
public let applicationName: String
-
Version of the application to which you want to add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
Declaration
Swift
public let currentApplicationVersionId: Int64
-
An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination.
Declaration
Swift
public let output: Output
-
Undocumented
Declaration
Swift
public init(applicationName: String, currentApplicationVersionId: Int64, output: Output)
-
Declaration
Swift
public func validate(name: String) throws