Skip to content

Commit de490b9

Browse files
authored
Update README.md
missing code block end.
1 parent a762331 commit de490b9

File tree

1 file changed

+2
-0
lines changed
  • aws_sra_examples/solutions/genai/bedrock_org

1 file changed

+2
-0
lines changed

aws_sra_examples/solutions/genai/bedrock_org/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ aws cloudformation create-stack \
103103
ParameterKey=pBedrockSensitiveInfoFilterParams,ParameterValue='"{\"deploy\": \"true\", \"accounts\": [\"222222222222\",\"333333333333\"], \"regions\": [\"us-east-1\"], \"filter_params\": {\"log_group_name\": \"model-invocation-log-group\", \"input_path\": \"input.inputBodyJson.messages[0].content\"}}"' \
104104
ParameterKey=pBedrockCentralObservabilityParams,ParameterValue='"{\"deploy\": \"true\", \"bedrock_accounts\": [\"222222222222\",\"333333333333\"], \"regions\": [\"us-east-1\"]}"' \
105105
--capabilities CAPABILITY_NAMED_IAM
106+
```
107+
106108
2. Monitor the stack creation progress in the AWS CloudFormation Console or via CLI commands.
107109

108110
### Post-Deployment

0 commit comments

Comments
 (0)