File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ yarn add @gammarers/aws-codeconnections-host-custom-resource
2828## Example
2929
3030``` typescript
31- import { RDSDatabaseAutoRunningStopStack } from ' @gammarers/aws-codeconnections-host-custom-resource' ;
31+ import { RDSDatabaseAutoRunningStopStack , CodeConnectionsHostProviderType } from ' @gammarers/aws-codeconnections-host-custom-resource' ;
3232
3333const codeConnectionsHostCustomResource = new CodeConnectionsHostCustomResource (this , ' CodeConnectionsHost' , {
3434 name: ' gitlab.example.com' , // required, connection host name (Minimum length of 1. Maximum length of 64.)
3535 providerEndpoint: ' https://gitlab.example.com' , // required, your provider endpoint (Minimum length of 1. Maximum length of 512.)
36- providerType: ' GitLabSelfManaged ' , // required, Bitbucket | GitHub | GitHubEnterpriseServer | GitLab | GitLabSelfManaged
36+ providerType: CodeConnectionsHostProviderType . GIT_LAB_SELF_MANAGED ,
3737});
3838
3939// get host arn
You can’t perform that action at this time.
0 commit comments