Skip to content

Bedrock AgentCore Control  >  Structures  >  CapacityProviderSummary

CapacityProviderSummary

Structure Class

CapacityProviderSummary dataclass

A summary of a capacity provider, as returned by ListCapacityProviders. Each summary includes the capacity provider identifier, Amazon Resource Name (ARN), name, status, and last-updated timestamp.

Attributes

capacity_provider_arn instance-attribute
capacity_provider_arn: str

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

capacity_provider_id instance-attribute
capacity_provider_id: str

The unique identifier of the capacity provider.

last_updated_at instance-attribute
last_updated_at: datetime

The timestamp when the capacity provider was last updated.

name instance-attribute
name: str

The name of the capacity provider.

status instance-attribute

The current status of the capacity provider. For possible values, see CapacityProviderStatus.