This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::CapacityProvider
The AWS::BedrockAgentCore::CapacityProvider resource Property description not available. for BedrockAgentCore.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::BedrockAgentCore::CapacityProvider", "Properties" : { "ComputeConfiguration" :ComputeConfiguration, "Description" :String, "Name" :String, "PermissionsConfiguration" :PermissionsConfiguration, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::BedrockAgentCore::CapacityProvider Properties: ComputeConfiguration:ComputeConfigurationDescription:StringName:StringPermissionsConfiguration:PermissionsConfigurationTags:- Tag
Properties
ComputeConfigurationProperty description not available.
Required: Yes
Type: ComputeConfiguration
Update requires: Replacement
DescriptionProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
4096Update requires: No interruption
Name-
The name of the capacity provider.
Required: Yes
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_]{0,47}$Minimum:
1Maximum:
48Update requires: Replacement
PermissionsConfigurationProperty description not available.
Required: Yes
Type: PermissionsConfiguration
Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CapacityProviderId-
The unique identifier of the capacity provider.
CreatedAtProperty description not available.
LastUpdatedAt-
The timestamp when the capacity provider was last updated.
Status-
The current status of the capacity provider. For possible values, see
CapacityProviderStatus.