You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lambda::Types::ProvisionedConcurrencyConfigListItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details about the provisioned concurrency configuration for a function alias or version.

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_provisioned_concurrent_executionsInteger

The amount of provisioned concurrency allocated.

Returns:

  • (Integer)

    The amount of provisioned concurrency allocated.

#available_provisioned_concurrent_executionsInteger

The amount of provisioned concurrency available.

Returns:

  • (Integer)

    The amount of provisioned concurrency available.

#function_arnString

The Amazon Resource Name (ARN) of the alias or version.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the alias or version.

#last_modifiedTime

The date and time that a user last updated the configuration, in ISO 8601 format.

Returns:

  • (Time)

    The date and time that a user last updated the configuration, in [ISO 8601 format][1].

#requested_provisioned_concurrent_executionsInteger

The amount of provisioned concurrency requested.

Returns:

  • (Integer)

    The amount of provisioned concurrency requested.

#statusString

The status of the allocation process.

Possible values:

  • IN_PROGRESS
  • READY
  • FAILED

Returns:

  • (String)

    The status of the allocation process.

#status_reasonString

For failed allocations, the reason that provisioned concurrency could not be allocated.

Returns:

  • (String)

    For failed allocations, the reason that provisioned concurrency could not be allocated.