ResourceScope

Defines which resources of a given type are in scope. Exactly one of includeAll, include, or exclude is set.

Types

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

Properties

Link copied to clipboard

Excludes the resources that match the specified criteria or explicit ARNs.

Link copied to clipboard

Includes the resources that match the specified criteria or explicit ARNs.

Link copied to clipboard

Includes all resources of the resource type.

Functions

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