CapacityProvider

A capacity provider manages compute resources for Lambda functions.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the capacity provider.

Link copied to clipboard

The scaling configuration for the capacity provider.

Link copied to clipboard

The instance requirements for compute resources managed by the capacity provider.

Link copied to clipboard

The ARN of the KMS key used to encrypt the capacity provider's resources.

Link copied to clipboard

The date and time when the capacity provider was last modified.

Link copied to clipboard

The permissions configuration for the capacity provider.

Link copied to clipboard

The current state of the capacity provider.

Link copied to clipboard

The VPC configuration for the capacity provider.

Functions

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