createCapacityProvider
inline suspend fun BedrockAgentCoreControlClient.createCapacityProvider(crossinline block: CreateCapacityProviderRequest.Builder.() -> Unit): CreateCapacityProviderResponse
Creates a capacity provider. A capacity provider defines the Amazon EC2 infrastructure for AgentCore Runtime, including the operating system, allowed instance types, networking, and storage. It also specifies the IAM permissions that AgentCore uses to manage those instances.
The capacity provider name must be unique within your account. After you create the capacity provider, it enters a CREATING state and transitions to READY when it is available for use.