Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Initializers

import cdktn

cdktn.VariableType()
NameTypeDescription

Static Functions

NameDescription
listNo description.
mapNo description.
objectNo description.
setNo description.
tupleNo description.

list

import cdktn

cdktn.VariableType.list(
  type: str
)

typeRequired

  • Type: str

map

import cdktn

cdktn.VariableType.map(
  type: str
)

typeRequired

  • Type: str

object

import cdktn

cdktn.VariableType.object(
  attributes: typing.Mapping[str]
)

attributesRequired

  • Type: typing.Mapping[str]

set

import cdktn

cdktn.VariableType.set(
  type: str
)

typeRequired

  • Type: str

tuple

import cdktn

cdktn.VariableType.tuple(
  elements: *str
)

elementsRequired

  • Type: *str

Constants

NameTypeDescription
ANYstrNo description.
BOOLstrNo description.
LISTstrNo description.
LIST_BOOLstrNo description.
LIST_NUMBERstrNo description.
LIST_STRINGstrNo description.
MAPstrNo description.
MAP_BOOLstrNo description.
MAP_NUMBERstrNo description.
MAP_STRINGstrNo description.
NUMBERstrNo description.
SETstrNo description.
SET_BOOLstrNo description.
SET_NUMBERstrNo description.
SET_STRINGstrNo description.
STRINGstrNo description.

ANYRequired

ANY: str
  • Type: str

BOOLRequired

BOOL: str
  • Type: str

LISTRequired

LIST: str
  • Type: str

LIST_BOOLRequired

LIST_BOOL: str
  • Type: str

LIST_NUMBERRequired

LIST_NUMBER: str
  • Type: str

LIST_STRINGRequired

LIST_STRING: str
  • Type: str

MAPRequired

MAP: str
  • Type: str

MAP_BOOLRequired

MAP_BOOL: str
  • Type: str

MAP_NUMBERRequired

MAP_NUMBER: str
  • Type: str

MAP_STRINGRequired

MAP_STRING: str
  • Type: str

NUMBERRequired

NUMBER: str
  • Type: str

SETRequired

SET: str
  • Type: str

SET_BOOLRequired

SET_BOOL: str
  • Type: str

SET_NUMBERRequired

SET_NUMBER: str
  • Type: str

SET_STRINGRequired

SET_STRING: str
  • Type: str

STRINGRequired

STRING: str
  • Type: str