Skip to content

Latest commit

 

History

History
86 lines (42 loc) · 1.88 KB

File metadata and controls

86 lines (42 loc) · 1.88 KB

API Reference

Constructs

Airflow

Initializer

import { Airflow } from 'cdk-serverless-airflow'

new Airflow(scope: Construct, id: string, props?: AirflowProps)
scopeRequired

idRequired
  • Type: string

propsOptional

Structs

AirflowProps

Initializer

import { AirflowProps } from 'cdk-serverless-airflow'

const airflowProps: AirflowProps = { ... }
airflowFernetKeyOptional
  • Type: string

bucketNameOptional
  • Type: string

dbNameOptional
  • Type: string

ecsclusterNameOptional
  • Type: string

redisNameOptional
  • Type: string

vpcNameOptional
  • Type: string