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 EphemeralEBSVolumeConfiguration
The EphemeralEBSVolumeConfiguration 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
{ "EbsCardIndex" :Integer, "Encrypted" :Boolean, "Iops" :Integer, "KmsKeyId" :String, "SnapshotId" :String, "Throughput" :Integer, "VolumeInitializationRate" :Integer, "VolumeSize" :Integer, "VolumeType" :String}
YAML
EbsCardIndex:IntegerEncrypted:BooleanIops:IntegerKmsKeyId:StringSnapshotId:StringThroughput:IntegerVolumeInitializationRate:IntegerVolumeSize:IntegerVolumeType:String
Properties
EbsCardIndexProperty description not available.
Required: No
Type: Integer
Minimum:
0Update requires: Replacement
EncryptedProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
IopsProperty description not available.
Required: No
Type: Integer
Minimum:
100Maximum:
256000Update requires: Replacement
KmsKeyIdProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws(-[^:]+)?:kms:[a-z0-9-]+:[0-9]{12}:key/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$Minimum:
20Maximum:
2048Update requires: Replacement
SnapshotIdProperty description not available.
Required: No
Type: String
Pattern:
^snap-[a-f0-9]{8,17}$Minimum:
13Maximum:
64Update requires: Replacement
ThroughputProperty description not available.
Required: No
Type: Integer
Minimum:
125Maximum:
2000Update requires: Replacement
VolumeInitializationRateProperty description not available.
Required: No
Type: Integer
Minimum:
100Maximum:
300Update requires: Replacement
VolumeSizeProperty description not available.
Required: No
Type: Integer
Minimum:
1Maximum:
65536Update requires: Replacement
VolumeTypeProperty description not available.
Required: No
Type: String
Allowed values:
standard | io1 | io2 | gp2 | sc1 | st1 | gp3Update requires: Replacement