We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d7682 commit 2086430Copy full SHA for 2086430
packages/@aws-cdk-testing/cli-integ/resources/cdk-apps/app/app.js
@@ -689,7 +689,7 @@ class BedrockAgentCoreRuntimeHotswapStack extends cdk.Stack {
689
});
690
691
const ecrRuntime = new bedrockagentcore.CfnRuntime(this, 'Runtime', {
692
- runtimeName: 'test-runtime',
+ agentRuntimeName: 'test-runtime',
693
roleArn: role.roleArn,
694
networkConfiguration: {
695
networkMode: 'PUBLIC',
0 commit comments