S3Action

class S3Action

Describes an action to write data to an Amazon S3 bucket.

Types

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

Properties

Link copied to clipboard

The Amazon S3 bucket.

Link copied to clipboard

The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.

Link copied to clipboard
val key: String

The object key. For more information, see Actions, resources, and condition keys for Amazon S3.

Link copied to clipboard

The ARN of the IAM role that grants access.

Functions

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