Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Jul 11, 2023
1 parent 841a319 commit fbbecaf
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ export interface DefaultStagingStackOptions {
readonly autoDeleteStagingAssets?: boolean;

/**
* The name to deploy the stack with. The prefix will be appended
* before the appId, which is required to be part of the stack name
* to ensure uniqueness.
* Specify a custom prefix to be used as the staging stack name and
* construct ID. The prefix will be appended before the appId, which
* is required to be part of the stack name and construct ID to
* ensure uniqueness.
*
* @default 'StagingStack'
*/
Expand Down

0 comments on commit fbbecaf

Please sign in to comment.