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.
AWS::BedrockAgentCore::CapacityProvider EphemeralBlockDeviceMapping
The EphemeralBlockDeviceMapping property type specifies Property description not available. for an AWS::BedrockAgentCore::CapacityProvider.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DeviceName" :String, "Ebs" :EphemeralEBSVolumeConfiguration, "VirtualName" :String}
YAML
DeviceName:StringEbs:EphemeralEBSVolumeConfigurationVirtualName:String
Properties
DeviceNameProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9/._-]+$Minimum:
1Maximum:
255Update requires: Replacement
EbsProperty description not available.
Required: No
Type: EphemeralEBSVolumeConfiguration
Update requires: Replacement
VirtualNameProperty description not available.
Required: No
Type: String
Pattern:
^ephemeral[0-9]+$Minimum:
1Maximum:
255Update requires: Replacement