AWS::BedrockAgentCore::CapacityProvider EphemeralEBSVolumeConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 EphemeralEBSVolumeConfiguration

The EphemeralEBSVolumeConfiguration property type specifies Property description not available. for an AWS::BedrockAgentCore::CapacityProvider.

Syntax

To declare this entity in your 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: Integer Encrypted: Boolean Iops: Integer KmsKeyId: String SnapshotId: String Throughput: Integer VolumeInitializationRate: Integer VolumeSize: Integer VolumeType: String

Properties

EbsCardIndex

Property description not available.

Required: No

Type: Integer

Minimum: 0

Update requires: Replacement

Encrypted

Property description not available.

Required: No

Type: Boolean

Update requires: Replacement

Iops

Property description not available.

Required: No

Type: Integer

Minimum: 100

Maximum: 256000

Update requires: Replacement

KmsKeyId

Property 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: 20

Maximum: 2048

Update requires: Replacement

SnapshotId

Property description not available.

Required: No

Type: String

Pattern: ^snap-[a-f0-9]{8,17}$

Minimum: 13

Maximum: 64

Update requires: Replacement

Throughput

Property description not available.

Required: No

Type: Integer

Minimum: 125

Maximum: 2000

Update requires: Replacement

VolumeInitializationRate

Property description not available.

Required: No

Type: Integer

Minimum: 100

Maximum: 300

Update requires: Replacement

VolumeSize

Property description not available.

Required: No

Type: Integer

Minimum: 1

Maximum: 65536

Update requires: Replacement

VolumeType

Property description not available.

Required: No

Type: String

Allowed values: standard | io1 | io2 | gp2 | sc1 | st1 | gp3

Update requires: Replacement