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::Runtime AllowedWorkloadConfiguration
The AllowedWorkloadConfiguration property type specifies Property description not available. for an AWS::BedrockAgentCore::Runtime.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "HostingEnvironments" :[ HostingEnvironment, ... ], "WorkloadIdentities" :[ String, ... ]}
YAML
HostingEnvironments:- HostingEnvironmentWorkloadIdentities:- String
Properties
HostingEnvironmentsProperty description not available.
Required: No
Type: Array of HostingEnvironment
Minimum:
1Maximum:
10Update requires: No interruption
WorkloadIdentitiesProperty description not available.
Required: No
Type: Array of String
Minimum:
3 | 1Maximum:
255 | 10Update requires: No interruption