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 8946442 commit 6069a92Copy full SHA for 6069a92
README.md
@@ -37,7 +37,7 @@ const codeConnectionsHostCustomResource = new CodeConnectionsHostCustomResource(
37
});
38
39
// get host arn
40
-const hostArn = codeConnectionsHostCustomResource.getResponseField('HostArn');
+const hostArn = gitLabSelfManagedConnectionHostCustomResource.findHostArn();
41
42
new codeconnections.CfnConnection(this, 'Connection', {
43
connectionName: 'example-gitlab-connection',
0 commit comments