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 LaunchParameters
The LaunchParameters 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
{ "CapacityReservationSpecification" :CapacityReservationSpecification, "EphemeralVolumes" :[ EphemeralBlockDeviceMapping, ... ], "InstanceProfileArn" :String, "InstanceRequirements" :InstanceRequirements, "LicenseSpecifications" :[ LicenseSpecification, ... ], "Monitoring" :String, "OperatingSystem" :String, "PropagatedTags" :{, "SshKeyName" :Key:Value, ...}String}
YAML
CapacityReservationSpecification:CapacityReservationSpecificationEphemeralVolumes:- EphemeralBlockDeviceMappingInstanceProfileArn:StringInstanceRequirements:InstanceRequirementsLicenseSpecifications:- LicenseSpecificationMonitoring:StringOperatingSystem:StringPropagatedTags:SshKeyName:Key:ValueString
Properties
CapacityReservationSpecificationProperty description not available.
Required: No
Type: CapacityReservationSpecification
Update requires: Replacement
EphemeralVolumesProperty description not available.
Required: No
Type: Array of EphemeralBlockDeviceMapping
Maximum:
5Update requires: Replacement
InstanceProfileArnProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws(-[^:]+)?:iam::[0-9]{12}:instance-profile/([!-~]{1,510}/)?([\w+=,.@-]{1,128})$Minimum:
1Maximum:
2048Update requires: Replacement
InstanceRequirementsProperty description not available.
Required: Yes
Type: InstanceRequirements
Update requires: Replacement
LicenseSpecificationsProperty description not available.
Required: No
Type: Array of LicenseSpecification
Maximum:
5Update requires: Replacement
MonitoringProperty description not available.
Required: No
Type: String
Allowed values:
BASIC | DETAILEDUpdate requires: Replacement
OperatingSystemProperty description not available.
Required: Yes
Type: String
Allowed values:
LINUX_X86_64 | LINUX_ARM64 | MAC_ARM64 | WINDOWS_X86_64Update requires: Replacement
Property description not available.
Required: No
Type: Object of String
Pattern:
^.+$Update requires: Replacement
SshKeyNameProperty description not available.
Required: No
Type: String
Pattern:
^[!-~][ -~]*[!-~]$|^[!-~]$Minimum:
1Maximum:
255Update requires: Replacement