Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <colifran@amazon.com>
  • Loading branch information
colifran committed Nov 30, 2023
1 parent 437842f commit 8dff028
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export class CdkCustomResourceProvider extends CustomResourceProviderBase {
* construct.
* @param props Provider properties which will only be applied when the
* provider is first created.
* @returns the service token of the custom resource provider, which should be
* used when defining a `CustomResource`.
* @returns the custom resource provider.
*/
public static getOrCreateProvider(scope: Construct, uniqueid: string, props: CdkCustomResourceProviderProps) {
const id = `${uniqueid}CustomResourceProvider`;
Expand Down

0 comments on commit 8dff028

Please sign in to comment.