

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::BedrockAgentCore::CapacityProvider CapacityReservationSpecification
<a name="aws-properties-bedrockagentcore-capacityprovider-capacityreservationspecification"></a>

<a name="aws-properties-bedrockagentcore-capacityprovider-capacityreservationspecification-description"></a>The `CapacityReservationSpecification` property type specifies Property description not available. for an [AWS::BedrockAgentCore::CapacityProvider](aws-resource-bedrockagentcore-capacityprovider.md).

## Syntax
<a name="aws-properties-bedrockagentcore-capacityprovider-capacityreservationspecification-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-bedrockagentcore-capacityprovider-capacityreservationspecification-syntax.json"></a>

```
{
  "[CapacityReservationPreference](#cfn-bedrockagentcore-capacityprovider-capacityreservationspecification-capacityreservationpreference)" : {{String}},
  "[CapacityReservationTarget](#cfn-bedrockagentcore-capacityprovider-capacityreservationspecification-capacityreservationtarget)" : {{CapacityReservationTarget}}
}
```

### YAML
<a name="aws-properties-bedrockagentcore-capacityprovider-capacityreservationspecification-syntax.yaml"></a>

```
  [CapacityReservationPreference](#cfn-bedrockagentcore-capacityprovider-capacityreservationspecification-capacityreservationpreference): {{String}}
  [CapacityReservationTarget](#cfn-bedrockagentcore-capacityprovider-capacityreservationspecification-capacityreservationtarget): {{
    CapacityReservationTarget}}
```

## Properties
<a name="aws-properties-bedrockagentcore-capacityprovider-capacityreservationspecification-properties"></a>

`CapacityReservationPreference`  <a name="cfn-bedrockagentcore-capacityprovider-capacityreservationspecification-capacityreservationpreference"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Allowed values*: `capacity-reservations-only | open | none`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`CapacityReservationTarget`  <a name="cfn-bedrockagentcore-capacityprovider-capacityreservationspecification-capacityreservationtarget"></a>
Property description not available.  
*Required*: No  
*Type*: [CapacityReservationTarget](aws-properties-bedrockagentcore-capacityprovider-capacityreservationtarget.md)  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)