HTTP_API_IDS
constHTTP_API_IDS:object
Defined in: packages/constructs/src/construct-ids.ts:294
Type Declaration
Section titled “Type Declaration”domain
Section titled “domain”
readonlydomain: (constructId) =>string
Parameters
Section titled “Parameters”constructId
Section titled “constructId”string
Returns
Section titled “Returns”string
domainMapping
Section titled “domainMapping”
readonlydomainMapping: (constructId) =>string
Parameters
Section titled “Parameters”constructId
Section titled “constructId”string
Returns
Section titled “Returns”string
domainRecord
Section titled “domainRecord”
readonlydomainRecord: (constructId) =>string
Parameters
Section titled “Parameters”constructId
Section titled “constructId”string
Returns
Section titled “Returns”string
domainTargetOutput
Section titled “domainTargetOutput”
readonlydomainTargetOutput: (constructId) =>string
Parameters
Section titled “Parameters”constructId
Section titled “constructId”string
Returns
Section titled “Returns”string
httpApi
Section titled “httpApi”
readonlyhttpApi:"HttpApi"="HttpApi"
jwtAuthorizer
Section titled “jwtAuthorizer”
readonlyjwtAuthorizer:"JwtAuthorizer"="JwtAuthorizer"
Cognito JWT authorizer — NEVER rename (drop+recreate invalidates auth).
lambdaAuthorizer
Section titled “lambdaAuthorizer”
readonlylambdaAuthorizer:"LambdaAuthorizer"="LambdaAuthorizer"
Phase 3N: Lambda (REQUEST) authorizer — present only when a lambdaAuthorizer is supplied (authorizer:“lambda” routes). NEVER rename.
readonlyroute: (name,method?,pathSlug?) =>string
Dynamic: one route node per attached v2 route (Phase 3I). Keyed on method (+ path slug), NEVER on array index, so reordering routes[] never shuffles deployed logical IDs. route(name) → Route_{name} (single-route / first route, back-compat) route(name, METHOD) → Route_{name}{METHOD} (an additional distinct method) route(name, METHOD, slug) → Route{name}{METHOD}{slug} (same method repeated across paths)
Parameters
Section titled “Parameters”string
method?
Section titled “method?”string
pathSlug?
Section titled “pathSlug?”string
Returns
Section titled “Returns”string
© 2026 Axis Tech. Powered by axis-tech.co.