Skip to content

Type.TypeAlias.Resource

DecentM edited this page Jan 16, 2026 · 26 revisions

@decentm/concourse-ts / Type / Resource

Type Alias: Resource

Resource: object

Defined in: declarations/types.ts:42

JSON representation of :class

https://concourse-ci.org/docs/resources/

Type declaration

check_every?

optional check_every: Duration | "never"

check_timeout?

optional check_timeout: Duration

expose_build_created_by?

optional expose_build_created_by: boolean

icon?

optional icon: string

name

name: Identifier

old_name?

optional old_name: Identifier

public?

optional public: boolean

source

source: Config

tags?

optional tags: Tags

type

type: ResourceType["name"]

version?

optional version: Version

webhook_token?

optional webhook_token: string

Clone this wiki locally