Resource

class Resource

Information about a resource, such as an Amazon S3 bucket or AWS Lambda function, that contains a finding.

Types

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

Properties

Link copied to clipboard
val id: String?

The identifier for the resource.

Link copied to clipboard

The identifier for a section of the resource, such as an AWS Lambda layer.

Functions

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