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 091d95f commit a8827b8Copy full SHA for a8827b8
README.md
@@ -28,7 +28,7 @@ yarn add @gammarers/aws-codeconnections-host-custom-resource
28
## Example
29
30
```typescript
31
-import { RDSDatabaseAutoRunningStopStack, CodeConnectionsHostProviderType } from '@gammarers/aws-codeconnections-host-custom-resource';
+import { CodeConnectionsHostCustomResource, CodeConnectionsHostProviderType } from '@gammarers/aws-codeconnections-host-custom-resource';
32
33
const codeConnectionsHostCustomResource = new CodeConnectionsHostCustomResource(this, 'CodeConnectionsHost', {
34
name: 'gitlab.example.com', // required, connection host name (Minimum length of 1. Maximum length of 64.)
0 commit comments