Skip to content

Bedrock Agentcore Control  >  Structures  >  CapacityProviderVolumeConfiguration

CapacityProviderVolumeConfiguration

Structure Class

CapacityProviderVolumeConfiguration dataclass

Configuration for a capacity provider volume mounted into the AgentCore Runtime. This references a persistent volume by its logical name, as defined in the capacity provider's list of volumes.

Attributes

mount_path instance-attribute
mount_path: str

The mount path for the capacity provider volume inside the AgentCore Runtime. The path must be under /mnt with exactly one subdirectory level (for example, /mnt/data).

volume_name instance-attribute
volume_name: str

The logical name of the capacity provider volume to mount. This name must match a volume that is defined in the capacity provider's list of volumes.