CloudWatchInsightsAddOnProps: Omit<CoreAddOnProps, "saName" | "addOnName" | "version"> & {
    customCloudWatchAgentConfig?: Values;
    ebsPerformanceLogs?: boolean;
    version?: string;
}

Configuration options for AWS Container Insights add-on.

Type declaration