S3Bucket

class S3Bucket

Provides information about the S3 bucket that a finding applies to.

Types

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

Properties

Link copied to clipboard

Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket. Possible values are:

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the bucket.

Link copied to clipboard

The date and time, in UTC and extended ISO 8601 format, when the bucket was created. This value can also indicate when changes such as edits to the bucket's policy were most recently made to the bucket, relative to when the finding was created or last updated.

Link copied to clipboard

The default server-side encryption settings for the bucket.

Link copied to clipboard
val name: String?

The name of the bucket.

Link copied to clipboard

The display name and canonical user ID for the Amazon Web Services account that owns the bucket.

Link copied to clipboard

The permissions settings that determine whether the bucket is publicly accessible.

Link copied to clipboard

The tags that are associated with the bucket.

Functions

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