Interface CpDashboardProps

Dashboard properties

interface CpDashboardProps {
    dashboardName: string;
    ecsService: CcFargateService;
    logGroup: CcLogGroup;
}

Properties

dashboardName: string

Dashboard name

ecsService: CcFargateService

ECS service for which to create the dashboard

logGroup: CcLogGroup

Log group for insights widget

Generated using TypeDoc