S3Destination

The name and prefix of the Amazon S3 bucket where AWS Signer saves your signed objects.

Types

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

Properties

Link copied to clipboard

Name of the S3 bucket.

Link copied to clipboard

An S3 prefix that you can use to limit responses to those that begin with the specified prefix.

Functions

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