S3ContentLocation

For a Kinesis Data Analytics application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

Link copied to clipboard

The file key for the object containing the application code.

Link copied to clipboard

The version of the object containing the application code.

Functions

Link copied to clipboard
inline fun copy(block: S3ContentLocation.Builder.() -> Unit = {}): S3ContentLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String