Skip to content

Commit a094cfa

Browse files
committed
update test params in template
1 parent 92e9d06 commit a094cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/genai/bedrock_org/templates/sra-bedrock-org-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Parameters:
9898
pBedrockModelEvalBucketRuleParams:
9999
Type: String
100100
# TODO(liamschn): update default value of pBedrockModelEvalBucketRuleParams prior to production
101-
Default: '{"deploy": "true", "accounts": ["221082195774"], "regions": ["us-west-2"], "input_params": {"BucketName": "model-invocation-log-bucket-1-221082195774"}}'
101+
Default: '{"deploy": "true", "accounts": ["221082195774"], "regions": ["us-west-2"], "input_params": {"BucketName": "model-invocation-log-bucket-221082195774"}}'
102102
Description: Bedrock Model Evaluation Job Config Rule Parameters
103103
AllowedPattern: ^\{"deploy"\s*:\s*"(true|false)",\s*"accounts"\s*:\s*\[((?:"[0-9]+"(?:\s*,\s*)?)*)\],\s*"regions"\s*:\s*\[((?:"[a-z0-9-]+"(?:\s*,\s*)?)*)\],\s*"input_params"\s*:\s*(\{\s*(?:"BucketName"\s*:\s*"([a-zA-Z0-9-]*)"\s*)?})\}$
104104
ConstraintDescription:

0 commit comments

Comments
 (0)