Skip to content

Latest commit

 

History

History
64 lines (30 loc) · 1.58 KB

API.md

File metadata and controls

64 lines (30 loc) · 1.58 KB

API Reference

Classes

Name Description
BuildBadge No description

Structs

Name Description
BuildBadgeProps No description

class BuildBadge

Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct

Initializer

new BuildBadge(parent: Stack, id: string, props?: BuildBadgeProps)
  • parent (Stack) No description
  • id (string) No description
  • props (BuildBadgeProps) No description
    • defaultProjectName (string) Specify a default project name. Default: not set
    • hideAccountID (string) Thats a little safety feature. Default: not set and account id will be shown as 123

Properties

Name Type Description
badgeUrl string

struct BuildBadgeProps

Name Type Description
defaultProjectName? string Specify a default project name.
Default: not set
hideAccountID? string Thats a little safety feature.
Default: not set and account id will be shown as 123