CloudKitect API Gateway Stage component properties

interface CcStageProps {
    ccDoNotEnableDefaultAccessLog?: boolean;
}

Hierarchy

  • StageProps
    • CcStageProps

Properties

ccDoNotEnableDefaultAccessLog?: boolean

Flag to control if access logs should be enabled or not

Default Value

Access log enabled

Generated using TypeDoc