interface InstanceRequirementsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnCapacityProvider.InstanceRequirementsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnCapacityProvider_InstanceRequirementsProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnCapacityProvider.InstanceRequirementsProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnCapacityProvider.InstanceRequirementsProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnCapacityProvider » InstanceRequirementsProperty |
Requirements for EC2 instance types.
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 instanceRequirementsProperty: bedrockagentcore.CfnCapacityProvider.InstanceRequirementsProperty = {
allowedInstanceTypes: ['allowedInstanceTypes'],
};
Properties
| Name | Type | Description |
|---|---|---|
| allowed | string[] | List of allowed instance types. |
allowedInstanceTypes
Type:
string[]
List of allowed instance types.

.NET
Go
Java
Python
TypeScript