CloudKitect API Gateway Stage Component
Tracing: Enabled Logging Level: ERROR in production Metrics: Enabled Caching: Enabled amd Encrypted in Production
None
Default Usage
new CcStage(this, 'LatestStage', { deployment: deployment,}); Copy
new CcStage(this, 'LatestStage', { deployment: deployment,});
Custom Configuration
new CcStage(this, 'LatestStage', { deployment: deployment, tracingEnabled: false}); Copy
new CcStage(this, 'LatestStage', { deployment: deployment, tracingEnabled: false});
### ComplianceIt addresses the following compliance requirements1. APIs CloudWatch Logs > - Risk Level: Medium > - Compliance: GDPR, APRA, MAS, NIST4 > - Well Architected Pillar: Operational Excellence, Performance2. Detailed Metrics > - Risk Level: Medium > - Compliance: MAS, NIST4 > - Well Architected Pillar: Operational Excellence, Performance3. Enable API Cache > - Risk Level: Medium > - Compliance: NIST4 > - Well Architected Pillar: Performance4. API Cache encryption > - Risk Level: High > - Compliance: NIST4 > - Well Architected Pillar: Security5. Limit Rest API access > - Risk Level: Medium > - Compliance: NA > - Well Architected Pillar: Security6. Tracing Enabled > - Risk Level: Low > - Compliance: MAS, NIST > - Well Architected Pillar: Operational Excellence Copy
### ComplianceIt addresses the following compliance requirements1. APIs CloudWatch Logs > - Risk Level: Medium > - Compliance: GDPR, APRA, MAS, NIST4 > - Well Architected Pillar: Operational Excellence, Performance2. Detailed Metrics > - Risk Level: Medium > - Compliance: MAS, NIST4 > - Well Architected Pillar: Operational Excellence, Performance3. Enable API Cache > - Risk Level: Medium > - Compliance: NIST4 > - Well Architected Pillar: Performance4. API Cache encryption > - Risk Level: High > - Compliance: NIST4 > - Well Architected Pillar: Security5. Limit Rest API access > - Risk Level: Medium > - Compliance: NA > - Well Architected Pillar: Security6. Tracing Enabled > - Risk Level: Low > - Compliance: MAS, NIST > - Well Architected Pillar: Operational Excellence
Static
Private
Optional
Generated using TypeDoc
CloudKitect API Gateway Stage Component
Default Configuration
Tracing: Enabled Logging Level: ERROR in production Metrics: Enabled Caching: Enabled amd Encrypted in Production
Default Alarms
None
Examples
Default Usage
Custom Configuration