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 2e82687 commit 1164d14Copy full SHA for 1164d14
src/index.ts
@@ -4,6 +4,8 @@ import * as iam from 'aws-cdk-lib/aws-iam';
4
import * as cr from 'aws-cdk-lib/custom-resources';
5
import { Construct } from 'constructs';
6
7
+export { ResourceAutoNaming, ResourceDefaultNaming, ResourceNamingOptions, ResourceNamingType };
8
+
9
// Bitbucket | GitHub | GitHubEnterpriseServer | GitLab | GitLabSelfManaged
10
export enum CodeConnectionsHostProviderType {
11
BIT_BUCKET = 'Bitbucket',
0 commit comments