AwsCredentials

The credentials required to access the external Dataview from the S3 location.

Types

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

Properties

Link copied to clipboard

The unique identifier for the security credentials.

Link copied to clipboard

The Epoch time when the current credentials expire.

Link copied to clipboard

The secret access key that can be used to sign requests.

Link copied to clipboard

The token that users must pass to use the credentials.

Functions

Link copied to clipboard
inline fun copy(block: AwsCredentials.Builder.() -> Unit = {}): AwsCredentials
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