interface CapacityProviderConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnRuntime.CapacityProviderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_CapacityProviderConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.CapacityProviderConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnRuntime.CapacityProviderConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnRuntime » CapacityProviderConfigurationProperty |
Configuration for a capacity provider.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const capacityProviderConfigurationProperty: bedrockagentcore.CfnRuntime.CapacityProviderConfigurationProperty = {
capacityProviderArn: 'capacityProviderArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| capacity | string | ARN of the capacity provider. |
capacityProviderArn
Type:
string
ARN of the capacity provider.

.NET
Go
Java
Python
TypeScript